aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.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/webengine/webview.h
parentSearching through BookmarkModel elements (diff)
downloadsmolbote-b984992fc92b6dd607732d6dad1c533b36f1ba3a.tar.xz
Added .clang-format
Diffstat (limited to 'src/webengine/webview.h')
-rw-r--r--src/webengine/webview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webengine/webview.h b/src/webengine/webview.h
index 9951630..18a1e02 100644
--- a/src/webengine/webview.h
+++ b/src/webengine/webview.h
@@ -9,9 +9,9 @@
#ifndef WEBVIEW_H
#define WEBVIEW_H
-#include <QWebEngineView>
-#include <QMenu>
#include "webpage.h"
+#include <QMenu>
+#include <QWebEngineView>
class MainWindow;
class WebView : public QWebEngineView