summaryrefslogtreecommitdiff
path: root/src/gui/emotewindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-14 22:13:04 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-14 22:13:04 +0300
commit41f47b3b0a9e0350b4955d4c05845eeca5143663 (patch)
treed89a0651d83f1de32b4ecd371f524b8dc902fe49 /src/gui/emotewindow.h
parentd0b0c1c8bbb8ce9fbf93887ed7dae5f779d17a21 (diff)
downloadplus-41f47b3b0a9e0350b4955d4c05845eeca5143663.tar.gz
plus-41f47b3b0a9e0350b4955d4c05845eeca5143663.tar.bz2
plus-41f47b3b0a9e0350b4955d4c05845eeca5143663.tar.xz
plus-41f47b3b0a9e0350b4955d4c05845eeca5143663.zip
add icons into tabs in chat emotes window.
Diffstat (limited to 'src/gui/emotewindow.h')
-rw-r--r--src/gui/emotewindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/emotewindow.h b/src/gui/emotewindow.h
index db83b8b39..f65636e1a 100644
--- a/src/gui/emotewindow.h
+++ b/src/gui/emotewindow.h
@@ -28,6 +28,7 @@
class ColorModel;
class ColorPage;
class EmotePage;
+class ImageSet;
class ListBox;
class NamesModel;
class ScrollArea;
@@ -71,6 +72,7 @@ class EmoteWindow final : public Window
NamesModel *mFontModel;
ListBox *mFontPage;
ScrollArea *mScrollFontPage;
+ ImageSet *mImageSet;
};
extern EmoteWindow *emoteWindow;