diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-23 01:19:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-23 01:19:43 +0300 |
commit | d94fca4c217f7adef156a80b450be8073364a707 (patch) | |
tree | fa644c0da71f4b312849c51fcc44b3017be51c24 /src/Makefile.am | |
parent | a499fabac999d299da503061915cd261c73bf750 (diff) | |
download | plus-d94fca4c217f7adef156a80b450be8073364a707.tar.gz plus-d94fca4c217f7adef156a80b450be8073364a707.tar.bz2 plus-d94fca4c217f7adef156a80b450be8073364a707.tar.xz plus-d94fca4c217f7adef156a80b450be8073364a707.zip |
Move worldlistmodel 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 dc765b567..0d33eedcb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -332,6 +332,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/models/touchactionmodel.h \ gui/models/updatetypemodel.h \ gui/models/updatelistmodel.h \ + gui/models/worldlistmodel.h \ gui/models/themesmodel.h \ gui/widgets/tabstrip.cpp \ gui/widgets/tabstrip.h \ |