GH-1053 split settings dialog creation to its own namespace

This commit is contained in:
Petr Mrázek
2015-07-05 02:29:41 +02:00
parent 7f1320390c
commit 5f41886d76
8 changed files with 76 additions and 48 deletions

View File

@ -136,6 +136,10 @@ SET(MULTIMC_SOURCES
ConsoleWindow.h
ConsoleWindow.cpp
# GUI - settings-specific wrappers for paged dialog
SettingsUI.h
SettingsUI.cpp
# Processes
LaunchController.h
LaunchController.cpp