aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webview.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-29 17:13:13 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-29 17:13:13 +0200
commitc2557c6cd825dd881137c576db867f7f311ec791 (patch)
tree8eba50c91fde7645b0cdd56b95590f8233012979 /src/webengine/webview.h
parentUpdate quickstart (diff)
downloadsmolbote-c2557c6cd825dd881137c576db867f7f311ec791.tar.xz
Refactor Subwindow
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 378296e..4d648d7 100644
--- a/src/webengine/webview.h
+++ b/src/webengine/webview.h
@@ -14,7 +14,7 @@
class QMenu;
class WebProfile;
-class Window;
+class SubWindow;
class WebView : public QWebEngineView
{
Q_OBJECT
@@ -57,7 +57,7 @@ protected:
WebView *createWindow(QWebEnginePage::WebWindowType type) override;
private:
- Window *m_parentWindow = nullptr;
+ SubWindow *m_parentWindow = nullptr;
WebProfile *m_profile = nullptr;
QMenu *m_pageMenu = nullptr;