diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-23 14:03:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-23 14:03:30 +0300 |
commit | abbe2e84657fdb3afc6f07b6df82918938862fd8 (patch) | |
tree | 01e7a2610d77f4714e89775ac26f81305412f965 /src/CMakeLists.txt | |
parent | 2bdfb00921306fd3d0370e15fd1fe7f08b1f67f7 (diff) | |
download | plus-abbe2e84657fdb3afc6f07b6df82918938862fd8.tar.gz plus-abbe2e84657fdb3afc6f07b6df82918938862fd8.tar.bz2 plus-abbe2e84657fdb3afc6f07b6df82918938862fd8.tar.xz plus-abbe2e84657fdb3afc6f07b6df82918938862fd8.zip |
Move sortlistmodelbuy into gui/models directory.
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 dec92abe1..01d842f87 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -222,6 +222,7 @@ SET(SRCS gui/widgets/skillinfo.h gui/models/skillmodel.cpp gui/models/skillmodel.h + gui/models/sortlistmodelbuy.h gui/models/soundsmodel.h gui/widgets/slider.cpp gui/widgets/slider.h |