diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-22 17:36:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-22 17:36:25 +0300 |
commit | 792ea379274005afc321cbb4ba26b9e79b51f0eb (patch) | |
tree | 380a2a134c06c156fbf95db0d5ed32c35d3ccd25 /src/CMakeLists.txt | |
parent | 32bc15a1d1aee30f5a259b1648f8d82a5e837ff7 (diff) | |
download | plus-792ea379274005afc321cbb4ba26b9e79b51f0eb.tar.gz plus-792ea379274005afc321cbb4ba26b9e79b51f0eb.tar.bz2 plus-792ea379274005afc321cbb4ba26b9e79b51f0eb.tar.xz plus-792ea379274005afc321cbb4ba26b9e79b51f0eb.zip |
Move touchactionmodel into gui/models.
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 b80e13a93..297713e72 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -228,6 +228,7 @@ SET(SRCS gui/widgets/guitable.h gui/models/tablemodel.cpp gui/models/tablemodel.h + gui/models/touchactionmodel.h gui/widgets/tabstrip.cpp gui/widgets/tabstrip.h gui/widgets/textbox.cpp |