added namespaces
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "windows.h"
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
QMutex Windows::windowMutex;
|
||||
|
||||
MainWindow *Windows::mainWindow(NULL);
|
||||
@@ -15,3 +17,4 @@ Windows::repaintVisibleChatWidgets(Channel *channel)
|
||||
{
|
||||
Windows::mainWindow->repaintVisibleChatWidgets(channel);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user