From 6323aae56ff8bd1fb06da9044f9dd5e0df983bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 6 Apr 2018 21:04:34 +0200 Subject: NOISSUE move FtbListModel to where it is actually used --- application/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/CMakeLists.txt') 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 -- cgit v1.2.3