aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/mainwindowtabbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/mainwindowtabbar.h')
-rw-r--r--src/widgets/mainwindowtabbar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/mainwindowtabbar.h b/src/widgets/mainwindowtabbar.h
index d0ae9cb..845b908 100644
--- a/src/widgets/mainwindowtabbar.h
+++ b/src/widgets/mainwindowtabbar.h
@@ -9,9 +9,9 @@
#ifndef WEBVIEWTABBAR_H
#define WEBVIEWTABBAR_H
-#include <QTabBar>
-#include "webengine/webview.h"
#include "webengine/webengineprofile.h"
+#include "webengine/webview.h"
+#include <QTabBar>
#include <memory>
class Configuration;
@@ -46,7 +46,7 @@ private slots:
private:
// store all views in a vector since tabs can only store a QVariant, and that can't easily take a pointer
- QVector<WebView*> m_views;
+ QVector<WebView *> m_views;
MainWindow *m_parent;
};