aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/mainwindowtabbar.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-07 23:28:42 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-07 23:28:42 +0100
commitb984992fc92b6dd607732d6dad1c533b36f1ba3a (patch)
tree984c5ede072c2ebb10ad32acb5d5928162feb97f /src/widgets/mainwindowtabbar.h
parentSearching through BookmarkModel elements (diff)
downloadsmolbote-b984992fc92b6dd607732d6dad1c533b36f1ba3a.tar.xz
Added .clang-format
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;
};