mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Refactor proxy models and toolbar.
Remove the ugly LARGE_ICON column hack from the table proxy and use a list proxy. Move the toolbar into its own file.
This commit is contained in:
@ -9,11 +9,13 @@ set(SRCS
|
||||
Host.cpp
|
||||
RenderWidget.cpp
|
||||
Resources.cpp
|
||||
ToolBar.cpp
|
||||
GameList/GameFile.cpp
|
||||
GameList/GameList.cpp
|
||||
GameList/GameTracker.cpp
|
||||
GameList/GameListModel.cpp
|
||||
GameList/GameListProxyModel.cpp
|
||||
GameList/TableProxyModel.cpp
|
||||
GameList/ListProxyModel.cpp
|
||||
)
|
||||
|
||||
list(APPEND LIBS core uicommon)
|
||||
|
Reference in New Issue
Block a user