diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-22 22:44:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-22 22:44:16 +0300 |
commit | 95982ba8c3767f93fc9b8627de3fa5adde26f126 (patch) | |
tree | 51ef24168c7cffa8649df3120ca4b77a08946263 /src/CMakeLists.txt | |
parent | 56c7ed4647d168842bda18ee797e735ccc5fd557 (diff) | |
download | plus-95982ba8c3767f93fc9b8627de3fa5adde26f126.tar.gz plus-95982ba8c3767f93fc9b8627de3fa5adde26f126.tar.bz2 plus-95982ba8c3767f93fc9b8627de3fa5adde26f126.tar.xz plus-95982ba8c3767f93fc9b8627de3fa5adde26f126.zip |
Move playerrelationlistmodel 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 06dfac28e..b8b2b1925 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -179,6 +179,7 @@ SET(SRCS gui/widgets/listbox.h gui/models/namesmodel.cpp gui/models/namesmodel.h + gui/models/playerrelationlistmodel.h gui/widgets/passwordfield.cpp gui/widgets/passwordfield.h gui/widgets/playerbox.cpp |