Replace TableProxyModel with TableDelegate.

This commit is contained in:
spxtr
2016-02-17 21:12:24 -08:00
parent cafc879b7c
commit dfb0db9d31
7 changed files with 126 additions and 102 deletions

View File

@ -18,7 +18,7 @@ set(SRCS
GameList/GameListModel.cpp
GameList/GameTracker.cpp
GameList/ListProxyModel.cpp
GameList/TableProxyModel.cpp
GameList/TableDelegate.cpp
)
list(APPEND LIBS core uicommon)