added namespaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user