diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-15 18:09:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-15 18:09:27 +0300 |
commit | 4abf4d6749f5692eeb1c67e548c811f2b064f348 (patch) | |
tree | decef0fb6a4c2f1e78e315c2b7a70ed23e299332 /src/CMakeLists.txt | |
parent | ab92ecc43d1b4d62e2ef3ac95c337dcee5f5fcc6 (diff) | |
download | plus-4abf4d6749f5692eeb1c67e548c811f2b064f348.tar.gz plus-4abf4d6749f5692eeb1c67e548c811f2b064f348.tar.bz2 plus-4abf4d6749f5692eeb1c67e548c811f2b064f348.tar.xz plus-4abf4d6749f5692eeb1c67e548c811f2b064f348.zip |
Move playertablemodel into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 63e763db6..267a146f4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -198,6 +198,8 @@ SET(SRCS gui/models/namesmodel.cpp gui/models/namesmodel.h gui/models/playerrelationlistmodel.h + gui/models/playertablemodel.cpp + gui/models/playertablemodel.h gui/models/questsmodel.h gui/models/serverslistmodel.h gui/widgets/passwordfield.cpp |