diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-01 12:43:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-01 13:37:39 +0300 |
commit | 1c87a896376d62131d9df1fee1bd7cec79e21aa6 (patch) | |
tree | 9852dd6458abc9eba4448120793b437ecf38a3e6 /src/gui/chatwindow.h | |
parent | b1555ac1dae6f0e0aaa88ca7dd1431de87a8e811 (diff) | |
download | plus-1c87a896376d62131d9df1fee1bd7cec79e21aa6.tar.gz plus-1c87a896376d62131d9df1fee1bd7cec79e21aa6.tar.bz2 plus-1c87a896376d62131d9df1fee1bd7cec79e21aa6.tar.xz plus-1c87a896376d62131d9df1fee1bd7cec79e21aa6.zip |
add gui for in chat emotes.
For add in chat emote press F1 inside opened chat,
then select and click emote.
Diffstat (limited to 'src/gui/chatwindow.h')
-rw-r--r-- | src/gui/chatwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/chatwindow.h b/src/gui/chatwindow.h index 85856776a..67f87be1a 100644 --- a/src/gui/chatwindow.h +++ b/src/gui/chatwindow.h @@ -46,6 +46,7 @@ class Channel; class ChatInput; class ColorListModel; class DropDown; +class EmoteWindow; class ScrollArea; class TabbedArea; class ItemLinkHandler; |