added highlights to the scrollbar

This commit is contained in:
fourtf
2018-01-06 03:48:56 +01:00
parent 99f2d0dd27
commit 20eab57db5
10 changed files with 159 additions and 134 deletions
+3
View File
@@ -1,6 +1,7 @@
#pragma once
#include "messages/word.hpp"
#include "widgets/helper/scrollbarhighlight.hpp"
#include <chrono>
#include <memory>
@@ -23,6 +24,7 @@ public:
None = 0,
System = (1 << 1),
Timeout = (1 << 2),
Highlighted = (1 << 3),
};
bool containsHighlightedPhrase() const;
@@ -44,6 +46,7 @@ public:
bool getDisableCompactEmotes() const;
void setDisableCompactEmotes(bool value);
void updateContent() const;
widgets::ScrollbarHighlight getScrollBarHighlight() const;
QString loginName;
QString displayName;