diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-12 17:57:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-12 18:44:33 +0300 |
commit | ff887f7a418b392431b6f2a0408d20cf1ee5cf07 (patch) | |
tree | 5aa0e18b19fb058b573bdb37b0f8a102ab3af25d /src/CMakeLists.txt | |
parent | a88b02402ef2919e297dbacc88b23caee635ffb6 (diff) | |
download | mv-ff887f7a418b392431b6f2a0408d20cf1ee5cf07.tar.gz mv-ff887f7a418b392431b6f2a0408d20cf1ee5cf07.tar.bz2 mv-ff887f7a418b392431b6f2a0408d20cf1ee5cf07.tar.xz mv-ff887f7a418b392431b6f2a0408d20cf1ee5cf07.zip |
Add channeltab class and colors for it.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 72edf7e08..934c1a1b7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -120,6 +120,8 @@ SET(SRCS gui/models/colorlistmodel.h gui/widgets/tabs/chat/battletab.cpp gui/widgets/tabs/chat/battletab.h + gui/widgets/tabs/chat/channeltab.cpp + gui/widgets/tabs/chat/channeltab.h gui/widgets/browserbox.cpp gui/widgets/browserbox.h gui/widgets/button.cpp |