diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-22 23:06:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-22 23:06:48 +0300 |
commit | 5c53d50e9da718690e3f8d055ecd3bf10a866267 (patch) | |
tree | 21b38383f4f70ce53bf53c62bb65383aecf44d54 /src/Makefile.am | |
parent | 95982ba8c3767f93fc9b8627de3fa5adde26f126 (diff) | |
download | plus-5c53d50e9da718690e3f8d055ecd3bf10a866267.tar.gz plus-5c53d50e9da718690e3f8d055ecd3bf10a866267.tar.bz2 plus-5c53d50e9da718690e3f8d055ecd3bf10a866267.tar.xz plus-5c53d50e9da718690e3f8d055ecd3bf10a866267.zip |
Move ignorechoiceslistmodel 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 dec589c4b..7de2a97d0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -238,6 +238,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/models/extendednamesmodel.cpp \ gui/models/extendednamesmodel.h \ gui/models/fontsmodel.h \ + gui/models/ignorechoiceslistmodel.h \ gui/widgets/flowcontainer.cpp \ gui/widgets/flowcontainer.h \ gui/widgets/tabs/gmtab.cpp \ |