diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-16 12:41:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-16 12:41:05 +0300 |
commit | 27ac526d33ed1c1419cea59b9ad2d320c3a8f68d (patch) | |
tree | 6dc6eed43b1922c76db9606aa89e8de9aa510ac8 /src/CMakeLists.txt | |
parent | d2e02bed6c128ec055eaa3a32aaca6ce5523576d (diff) | |
download | plus-27ac526d33ed1c1419cea59b9ad2d320c3a8f68d.tar.gz plus-27ac526d33ed1c1419cea59b9ad2d320c3a8f68d.tar.bz2 plus-27ac526d33ed1c1419cea59b9ad2d320c3a8f68d.tar.xz plus-27ac526d33ed1c1419cea59b9ad2d320c3a8f68d.zip |
Move userstablemodel into separate file.
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 92997a270..f130c7f95 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -265,6 +265,7 @@ SET(SRCS gui/models/touchactionmodel.h gui/models/typelistmodel.h gui/models/updatetypemodel.h + gui/models/userstablemodel.h gui/models/updatelistmodel.h gui/models/worldlistmodel.h gui/models/themesmodel.h |