summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-15 18:09:27 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-15 18:09:27 +0300
commit4abf4d6749f5692eeb1c67e548c811f2b064f348 (patch)
treedecef0fb6a4c2f1e78e315c2b7a70ed23e299332 /src/Makefile.am
parentab92ecc43d1b4d62e2ef3ac95c337dcee5f5fcc6 (diff)
downloadplus-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.am2
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 \