diff options
Diffstat (limited to 'src/webview/qwebview.cpp')
| -rw-r--r-- | src/webview/qwebview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/qwebview.cpp b/src/webview/qwebview.cpp index 26d2d13..a73189f 100644 --- a/src/webview/qwebview.cpp +++ b/src/webview/qwebview.cpp @@ -12,7 +12,7 @@ QT_BEGIN_NAMESPACE QWebView::QWebView(QWindow *parent) : QWindow(parent), - d(QWebViewFactory::createWebView()), + d(QWebViewFactory::createWebView(this)), m_settings(new QWebViewSettings(d->settings())), m_progress(0) { |
