diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-15 23:34:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-15 23:34:41 +0300 |
commit | 628c14231ce3a1b88ce6082cffc234d2a59df60a (patch) | |
tree | d02d5a130a9f8b809c14ec227ff455327f3f645a /src/Makefile.am | |
parent | b4c85f2e10a0175379ff394881028d12a7a30ca9 (diff) | |
download | plus-628c14231ce3a1b88ce6082cffc234d2a59df60a.tar.gz plus-628c14231ce3a1b88ce6082cffc234d2a59df60a.tar.bz2 plus-628c14231ce3a1b88ce6082cffc234d2a59df60a.tar.xz plus-628c14231ce3a1b88ce6082cffc234d2a59df60a.zip |
Move modelistmodel 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 217048e4f..812af500d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -290,6 +290,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/widgets/linkhandler.h \ gui/widgets/listbox.cpp \ gui/widgets/listbox.h \ + gui/models/modelistmodel.cpp \ + gui/models/modelistmodel.h \ gui/models/namesmodel.cpp \ gui/models/namesmodel.h \ gui/models/playerrelationlistmodel.h \ |