aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-03-07 14:08:52 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-03-07 14:08:52 +0100
commit5a9d3032869382ec2103e11ef785fe939f93a74f (patch)
tree2df4152aa9121d569da7b26f26986b60d1f61eb5 /src/webengine/webview.cpp
parentShow local branch and commit in updater (diff)
downloadsmolbote-5a9d3032869382ec2103e11ef785fe939f93a74f.tar.xz
Reworked CMakeLists to be a bit more readable
Diffstat (limited to 'src/webengine/webview.cpp')
-rw-r--r--src/webengine/webview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webengine/webview.cpp b/src/webengine/webview.cpp
index 9cf0157..0b0a9e3 100644
--- a/src/webengine/webview.cpp
+++ b/src/webengine/webview.cpp
@@ -27,11 +27,11 @@
#include <QPrinter>
#include <QPrinterInfo>
-#include "src/mainwindow/mainwindow.h"
+#include "mainwindow/mainwindow.h"
#include <QStatusBar>
// ssl errors
-#include "src/addressbar/urllineedit.h"
+#include "addressbar/urllineedit.h"
WebView::WebView(MainWindow *parentMainWindow, QWidget *parent)
: QWebEngineView(parent)