aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/subwindow.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-06-22 19:37:31 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-06-22 19:37:31 +0200
commit657e13760365aad3ab358b237060bf2356fc4a80 (patch)
tree339d530885a32fade0b9c4f77a9683111b00796c /src/mainwindow/subwindow.cpp
parentPlugin commands no longer require --command (diff)
downloadsmolbote-657e13760365aad3ab358b237060bf2356fc4a80.tar.xz
clang-format pass
Diffstat (limited to 'src/mainwindow/subwindow.cpp')
-rw-r--r--src/mainwindow/subwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow/subwindow.cpp b/src/mainwindow/subwindow.cpp
index c282dd9..2b9cd48 100644
--- a/src/mainwindow/subwindow.cpp
+++ b/src/mainwindow/subwindow.cpp
@@ -8,7 +8,6 @@
#include "subwindow.h"
#include "browser.h"
-#include <webprofile.h>
#include "webengine/webview.h"
#include "widgets/tabwidget.h"
#include <QAction>
@@ -19,6 +18,7 @@
#include <QShortcut>
#include <QStyle>
#include <QToolButton>
+#include <webprofile.h>
SubWindow::SubWindow(const QHash<QString, QString> &config, QWidget *parent, Qt::WindowFlags flags)
: QMdiSubWindow(parent, flags)