added option to refresh only certain channels

This commit is contained in:
fourtf
2017-01-16 15:06:12 +01:00
parent 1194905646
commit bacb183cdb
9 changed files with 47 additions and 16 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ public:
~MainWindow();
Notebook notebook;
void layoutVisibleChatWidgets();
void repaintVisibleChatWidgets();
void layoutVisibleChatWidgets(Channel *channel = NULL);
void repaintVisibleChatWidgets(Channel *channel = NULL);
};
#endif // MAINWINDOW_H