ChatWidgetView -> ChannelView, added Emote Picker

This commit is contained in:
fourtf
2017-09-16 00:05:06 +02:00
parent 84c23a5d00
commit c7b3480aaf
37 changed files with 532 additions and 407 deletions
+2 -2
View File
@@ -14,14 +14,14 @@ class ColorScheme;
namespace widgets {
class ChatWidgetView;
class ChannelView;
class ScrollBar : public BaseWidget
{
Q_OBJECT
public:
ScrollBar(ChatWidgetView *parent = 0);
ScrollBar(ChannelView *parent = 0);
~ScrollBar();
void removeHighlightsWhere(std::function<bool(ScrollBarHighlight &)> func);