added namespaces

This commit is contained in:
fourtf
2017-01-18 21:30:23 +01:00
parent 82338baaa3
commit 2e8dc63a95
82 changed files with 681 additions and 459 deletions
+6 -1
View File
@@ -1,10 +1,14 @@
#ifndef WINDOWS_H
#define WINDOWS_H
#include "mainwindow.h"
#include "widgets/mainwindow.h"
#include <QMutex>
using namespace chatterino::widgets;
namespace chatterino {
class Windows
{
public:
@@ -32,5 +36,6 @@ private:
static MainWindow *mainWindow;
};
}
#endif // WINDOWS_H