diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-04-06 21:04:34 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-04-06 21:04:34 +0200 |
commit | 6323aae56ff8bd1fb06da9044f9dd5e0df983bdc (patch) | |
tree | 73cbd610cfd5fb3fea1a1fe43d5be44a245409f3 /application/CMakeLists.txt | |
parent | c9c6037f50a97084ca60b98514bea047765910e9 (diff) | |
download | MultiMC-6323aae56ff8bd1fb06da9044f9dd5e0df983bdc.tar MultiMC-6323aae56ff8bd1fb06da9044f9dd5e0df983bdc.tar.gz MultiMC-6323aae56ff8bd1fb06da9044f9dd5e0df983bdc.tar.lz MultiMC-6323aae56ff8bd1fb06da9044f9dd5e0df983bdc.tar.xz MultiMC-6323aae56ff8bd1fb06da9044f9dd5e0df983bdc.zip |
NOISSUE move FtbListModel to where it is actually used
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r-- | application/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 0ffe9267..d67540b9 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -25,8 +25,6 @@ SET(MULTIMC_SOURCES InstanceProxyModel.cpp VersionProxyModel.h VersionProxyModel.cpp - FtbListModel.h - FtbListModel.cpp ColorCache.h ColorCache.cpp HoeDown.h @@ -132,6 +130,8 @@ SET(MULTIMC_SOURCES pages/modplatform/VanillaPage.h pages/modplatform/FTBPage.cpp pages/modplatform/FTBPage.h + pages/modplatform/FtbListModel.h + pages/modplatform/FtbListModel.cpp pages/modplatform/TwitchPage.cpp pages/modplatform/TwitchPage.h pages/modplatform/TechnicPage.cpp |