Fixed tabs not highlighting on new messages/highlights

This commit is contained in:
fourtf
2018-04-10 16:53:40 +02:00
parent c5a47ed24e
commit 41b3340d61
5 changed files with 27 additions and 19 deletions
-2
View File
@@ -19,8 +19,6 @@ class Notebook : public BaseWidget
Q_OBJECT
public:
enum HighlightType { none, highlighted, newMessage };
explicit Notebook(Window *parent, bool _showButtons);
SplitContainer *addNewPage(bool select = false);