diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-15 19:48:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-15 19:48:43 +0300 |
commit | b4c85f2e10a0175379ff394881028d12a7a30ca9 (patch) | |
tree | 7bfc3ea50b36eac018742b14456d78f2d1d4f625 /src/CMakeLists.txt | |
parent | ed8907c08cd97fc4ab176943cd891ffd673acbd1 (diff) | |
download | plus-b4c85f2e10a0175379ff394881028d12a7a30ca9.tar.gz plus-b4c85f2e10a0175379ff394881028d12a7a30ca9.tar.bz2 plus-b4c85f2e10a0175379ff394881028d12a7a30ca9.tar.xz plus-b4c85f2e10a0175379ff394881028d12a7a30ca9.zip |
Move langlistmodel 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 c6cbcecfc..42c2ae992 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -154,6 +154,7 @@ SET(SRCS gui/models/ignorechoiceslistmodel.h gui/models/itemsmodel.h gui/models/keylistmodel.h + gui/models/langlistmodel.h gui/widgets/flowcontainer.cpp gui/widgets/flowcontainer.h gui/widgets/tabs/gmtab.cpp |