added option to refresh only certain channels
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user