Qt: Add General Pane to Settings

Replace SConfig references with Settings()
This commit is contained in:
Corwin McKnight
2017-05-03 21:19:51 -07:00
parent 33980d816a
commit a2d2acf741
8 changed files with 283 additions and 3 deletions

View File

@ -29,6 +29,7 @@ set(SRCS
GameList/GameTracker.cpp
GameList/ListProxyModel.cpp
GameList/TableDelegate.cpp
Settings/GeneralPane.cpp
Settings/InterfacePane.cpp
)