diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-15 18:42:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-15 18:42:11 +0300 |
commit | ed8907c08cd97fc4ab176943cd891ffd673acbd1 (patch) | |
tree | 571fa07c02d9d25fabbeb5f7414a0e495a2c1a96 /src/CMakeLists.txt | |
parent | 4abf4d6749f5692eeb1c67e548c811f2b064f348 (diff) | |
download | plus-ed8907c08cd97fc4ab176943cd891ffd673acbd1.tar.gz plus-ed8907c08cd97fc4ab176943cd891ffd673acbd1.tar.bz2 plus-ed8907c08cd97fc4ab176943cd891ffd673acbd1.tar.xz plus-ed8907c08cd97fc4ab176943cd891ffd673acbd1.zip |
Move fontsizechoicelistmodel 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 267a146f4..c6cbcecfc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -148,6 +148,7 @@ SET(SRCS gui/models/extendedlistmodel.h gui/models/extendednamesmodel.cpp gui/models/extendednamesmodel.h + gui/models/fontsizechoicelistmodel.h gui/models/fontsmodel.h gui/models/iconsmodel.h gui/models/ignorechoiceslistmodel.h |