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
@@ -8,8 +8,8 @@
class Windows
{
public:
static void layoutVisibleChatWidgets();
static void repaintVisibleChatWidgets();
static void layoutVisibleChatWidgets(Channel *channel = NULL);
static void repaintVisibleChatWidgets(Channel *channel = NULL);
static MainWindow &
mainWindow()