diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-23 00:39:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-23 00:39:39 +0300 |
commit | f5186d4bc4c97b357fda2df45255d81c1045ee33 (patch) | |
tree | 42e9387495e978d227b5cfe37dd55fd99c376d16 /src/CMakeLists.txt | |
parent | 76165a338ca9679ab029e95f6c4d691e85ddb7fb (diff) | |
download | plus-f5186d4bc4c97b357fda2df45255d81c1045ee33.tar.gz plus-f5186d4bc4c97b357fda2df45255d81c1045ee33.tar.bz2 plus-f5186d4bc4c97b357fda2df45255d81c1045ee33.tar.xz plus-f5186d4bc4c97b357fda2df45255d81c1045ee33.zip |
Move updatelistmodel 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 608314038..84c0c5057 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -235,6 +235,7 @@ SET(SRCS gui/models/touchactionmodel.cpp gui/models/touchactionmodel.h gui/models/updatetypemodel.h + gui/models/updatelistmodel.h gui/models/themesmodel.h gui/widgets/tabstrip.cpp gui/widgets/tabstrip.h |