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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 69f87a2fe..516292e55 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -291,6 +291,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ 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 \ |