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 -1
View File
@@ -24,7 +24,7 @@ class Message
{
public:
// explicit Message(const QString &text);
//explicit Message(const QString &text, const std::vector<messages::Word> &words,
// explicit Message(const QString &text, const std::vector<messages::Word> &words,
// const bool &highlight);
bool getCanHighlightTab() const;
@@ -39,6 +39,7 @@ public:
const QString &getId() const;
const QString text;
bool centered = false;
private:
static LazyLoadedImage *badgeStaff;