diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-23 00:39:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-23 00:39:39 +0300 |
commit | f5186d4bc4c97b357fda2df45255d81c1045ee33 (patch) | |
tree | 42e9387495e978d227b5cfe37dd55fd99c376d16 /src/Makefile.am | |
parent | 76165a338ca9679ab029e95f6c4d691e85ddb7fb (diff) | |
download | plus-f5186d4bc4c97b357fda2df45255d81c1045ee33.tar.gz plus-f5186d4bc4c97b357fda2df45255d81c1045ee33.tar.bz2 plus-f5186d4bc4c97b357fda2df45255d81c1045ee33.tar.xz plus-f5186d4bc4c97b357fda2df45255d81c1045ee33.zip |
Move updatelistmodel 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 62de23970..dc765b567 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -331,6 +331,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/models/touchactionmodel.cpp \ gui/models/touchactionmodel.h \ gui/models/updatetypemodel.h \ + gui/models/updatelistmodel.h \ gui/models/themesmodel.h \ gui/widgets/tabstrip.cpp \ gui/widgets/tabstrip.h \ |