diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-15 19:48:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-15 19:48:43 +0300 |
commit | b4c85f2e10a0175379ff394881028d12a7a30ca9 (patch) | |
tree | 7bfc3ea50b36eac018742b14456d78f2d1d4f625 /src/Makefile.am | |
parent | ed8907c08cd97fc4ab176943cd891ffd673acbd1 (diff) | |
download | plus-b4c85f2e10a0175379ff394881028d12a7a30ca9.tar.gz plus-b4c85f2e10a0175379ff394881028d12a7a30ca9.tar.bz2 plus-b4c85f2e10a0175379ff394881028d12a7a30ca9.tar.xz plus-b4c85f2e10a0175379ff394881028d12a7a30ca9.zip |
Move langlistmodel 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 91a2b3bf2..217048e4f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -245,6 +245,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/models/ignorechoiceslistmodel.h \ gui/models/itemsmodel.h \ gui/models/keylistmodel.h \ + gui/models/langlistmodel.h \ gui/widgets/flowcontainer.cpp \ gui/widgets/flowcontainer.h \ gui/widgets/tabs/gmtab.cpp \ |