diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-20 20:11:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-20 20:11:32 +0300 |
commit | a0de9bc8c0bec21d3a793e958b7a8a98ec482cf6 (patch) | |
tree | 56a45c6c9e990825e36377c715c281f01fb5c52c /src/gui/windows/chatwindow.h | |
parent | 1a6beed9f1c58afd0d9eb6999f0ca12e08d0531d (diff) | |
download | mv-a0de9bc8c0bec21d3a793e958b7a8a98ec482cf6.tar.gz mv-a0de9bc8c0bec21d3a793e958b7a8a98ec482cf6.tar.bz2 mv-a0de9bc8c0bec21d3a793e958b7a8a98ec482cf6.tar.xz mv-a0de9bc8c0bec21d3a793e958b7a8a98ec482cf6.zip |
Add emotes button in chat input line.
Enabled by default.
Diffstat (limited to 'src/gui/windows/chatwindow.h')
-rw-r--r-- | src/gui/windows/chatwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index 64d3d66e0..b2001a6ef 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -36,6 +36,7 @@ #include <map> #include <set> +class Button; class ChatTab; class ChatInput; class ColorListModel; @@ -360,6 +361,7 @@ class ChatWindow final : public Window, ColorListModel *mColorListModel; DropDown *mColorPicker; + Button *mChatButton; int mChatColor; unsigned int mChatHistoryIndex; std::list<std::string> mAwayLog; |