diff options
author | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-04-05 21:19:05 +0100 |
---|---|---|
committer | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-04-08 18:51:04 +0100 |
commit | d6dc22d57c33497b5908abaf53770cde1773c0a7 (patch) | |
tree | dfe0580cd1736cffe34b467395ff328fdf8304ca /application/CMakeLists.txt | |
parent | 3a1abb555b844c79a80615727b11019403767ce7 (diff) | |
download | PrismLauncher-d6dc22d57c33497b5908abaf53770cde1773c0a7.tar.gz PrismLauncher-d6dc22d57c33497b5908abaf53770cde1773c0a7.tar.bz2 PrismLauncher-d6dc22d57c33497b5908abaf53770cde1773c0a7.zip |
NOISSUE Handle JSON exceptions in ATLauncher support
Thanks to phit for pointing this out :)
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r-- | application/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index afd13574..fd49c267 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -125,13 +125,12 @@ SET(MULTIMC_SOURCES pages/modplatform/VanillaPage.cpp pages/modplatform/VanillaPage.h - pages/modplatform/atlauncher/AtlModel.cpp - pages/modplatform/atlauncher/AtlModel.h pages/modplatform/atlauncher/AtlFilterModel.cpp pages/modplatform/atlauncher/AtlFilterModel.h + pages/modplatform/atlauncher/AtlListModel.cpp + pages/modplatform/atlauncher/AtlListModel.h pages/modplatform/atlauncher/AtlPage.cpp pages/modplatform/atlauncher/AtlPage.h - pages/modplatform/atlauncher/AtlPage.h pages/modplatform/ftb/FtbFilterModel.cpp pages/modplatform/ftb/FtbFilterModel.h |