diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-23 01:19:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-23 01:19:43 +0300 |
commit | d94fca4c217f7adef156a80b450be8073364a707 (patch) | |
tree | fa644c0da71f4b312849c51fcc44b3017be51c24 /src/CMakeLists.txt | |
parent | a499fabac999d299da503061915cd261c73bf750 (diff) | |
download | mv-d94fca4c217f7adef156a80b450be8073364a707.tar.gz mv-d94fca4c217f7adef156a80b450be8073364a707.tar.bz2 mv-d94fca4c217f7adef156a80b450be8073364a707.tar.xz mv-d94fca4c217f7adef156a80b450be8073364a707.zip |
Move worldlistmodel into gui/models directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 84c0c5057..8e668ce2c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -236,6 +236,7 @@ SET(SRCS gui/models/touchactionmodel.h gui/models/updatetypemodel.h gui/models/updatelistmodel.h + gui/models/worldlistmodel.h gui/models/themesmodel.h gui/widgets/tabstrip.cpp gui/widgets/tabstrip.h |