Added functionality of customizable split headers #637 (#648)

* Added functionality of customizable split headers

* removed empty line
This commit is contained in:
apa420
2018-08-06 16:42:23 +02:00
committed by fourtf
parent c6cfb548f5
commit 43ba408568
4 changed files with 44 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ private:
void addInterfaceTab(LayoutCreator<QVBoxLayout> layout);
void addMessageTab(LayoutCreator<QVBoxLayout> layout);
void addEmoteTab(LayoutCreator<QVBoxLayout> layout);
void addSplitHeaderTab(LayoutCreator<QVBoxLayout> layout);
void addLastReadMessageIndicatorPatternSelector(LayoutCreator<QVBoxLayout> layout);