diff options
Diffstat (limited to 'src/webview/qwebviewplugin_p.h')
| -rw-r--r-- | src/webview/qwebviewplugin_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/qwebviewplugin_p.h b/src/webview/qwebviewplugin_p.h index 2f296fa..a98f810 100644 --- a/src/webview/qwebviewplugin_p.h +++ b/src/webview/qwebviewplugin_p.h @@ -32,7 +32,7 @@ public: explicit QWebViewPlugin(QObject *parent = nullptr); virtual ~QWebViewPlugin(); - virtual QAbstractWebView *create(const QString &key) const = 0; + virtual QAbstractWebView *create(const QString &key, QWebView *view) const = 0; virtual void prepare() const; }; |
