ATLauncher: Move the UI support implementation into it's own class

This will allow it to be used in multiple locations.
This commit is contained in:
Jamie Mansfield
2022-05-28 22:07:13 +01:00
parent a7fc23dd96
commit bf560f4594
5 changed files with 160 additions and 58 deletions

View File

@ -741,6 +741,8 @@ SET(LAUNCHER_SOURCES
ui/pages/modplatform/atlauncher/AtlOptionalModDialog.h
ui/pages/modplatform/atlauncher/AtlPage.cpp
ui/pages/modplatform/atlauncher/AtlPage.h
ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.cpp
ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.h
ui/pages/modplatform/ftb/FtbFilterModel.cpp
ui/pages/modplatform/ftb/FtbFilterModel.h