aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 2e6f510..c62ebe3 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -9,17 +9,18 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
-#include <QMainWindow>
#include "webengine/webengineprofile.h"
-#include <QUrl>
-#include "widgets/mainwindowtabbar.h"
#include "widgets/loadingbar.h"
+#include "widgets/mainwindowtabbar.h"
+#include <QMainWindow>
+#include <QUrl>
#include "lib/navigation/navigationbutton.h"
#include <memory>
-namespace Ui {
+namespace Ui
+{
class MainWindow;
}