diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-15 00:59:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-15 00:59:08 +0300 |
commit | f3ece7309f38275dc0615422294831fd79830798 (patch) | |
tree | bb9548953ef337255e2cb23bfdbe1e2541481900 /src/CMakeLists.txt | |
parent | 667cce07fe604b3983bf6e409fe5e9137fa5e81a (diff) | |
download | mv-f3ece7309f38275dc0615422294831fd79830798.tar.gz mv-f3ece7309f38275dc0615422294831fd79830798.tar.bz2 mv-f3ece7309f38275dc0615422294831fd79830798.tar.xz mv-f3ece7309f38275dc0615422294831fd79830798.zip |
Move keylistmodel 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 785c949b2..34084e026 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -151,6 +151,7 @@ SET(SRCS gui/models/iconsmodel.h gui/models/ignorechoiceslistmodel.h gui/models/itemsmodel.h + gui/models/keylistmodel.h gui/widgets/flowcontainer.cpp gui/widgets/flowcontainer.h gui/widgets/tabs/gmtab.cpp |