diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-23 13:43:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-23 13:43:09 +0300 |
commit | 8b21a7d29c64f57b38fe8e54a36299ded552da8b (patch) | |
tree | 1e893876bacc8fd7d0e45af0422699873be3c65f /src/Makefile.am | |
parent | 61292d969be1ba94ed2847edc2168c438b1a76ab (diff) | |
download | plus-8b21a7d29c64f57b38fe8e54a36299ded552da8b.tar.gz plus-8b21a7d29c64f57b38fe8e54a36299ded552da8b.tar.bz2 plus-8b21a7d29c64f57b38fe8e54a36299ded552da8b.tar.xz plus-8b21a7d29c64f57b38fe8e54a36299ded552da8b.zip |
Move colorlistmodel into gui/models directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4db3f1fa5..0391b1bde 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -203,6 +203,7 @@ manaplus_SOURCES += events/actionevent.h \ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/widgets/avatarlistbox.h \ + gui/models/colorlistmodel.h \ gui/widgets/tabs/battletab.cpp \ gui/widgets/tabs/battletab.h \ gui/widgets/browserbox.cpp \ |