diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-16 12:41:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-16 12:41:05 +0300 |
commit | 27ac526d33ed1c1419cea59b9ad2d320c3a8f68d (patch) | |
tree | 6dc6eed43b1922c76db9606aa89e8de9aa510ac8 /src/Makefile.am | |
parent | d2e02bed6c128ec055eaa3a32aaca6ce5523576d (diff) | |
download | plus-27ac526d33ed1c1419cea59b9ad2d320c3a8f68d.tar.gz plus-27ac526d33ed1c1419cea59b9ad2d320c3a8f68d.tar.bz2 plus-27ac526d33ed1c1419cea59b9ad2d320c3a8f68d.tar.xz plus-27ac526d33ed1c1419cea59b9ad2d320c3a8f68d.zip |
Move userstablemodel into separate file.
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 19edd86dc..6a7057c1f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -356,6 +356,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/models/touchactionmodel.h \ gui/models/typelistmodel.h \ gui/models/updatetypemodel.h \ + gui/models/userstablemodel.h \ gui/models/updatelistmodel.h \ gui/models/worldlistmodel.h \ gui/models/themesmodel.h \ |