Tabs now highlight when a highlight is received

Work on #88
This commit is contained in:
Rasmus Karlsson
2017-12-26 12:32:24 +01:00
parent 7a8cc91eec
commit 13b39e374b
8 changed files with 29 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ typedef std::shared_ptr<Message> SharedMessage;
class Message
{
public:
bool getCanHighlightTab() const;
bool containsHighlightedPhrase() const;
void setHighlight(bool value);
const QString &getTimeoutUser() const;
int getTimeoutCount() const;