summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webview.h b/src/webview.h
index 14fbc8aa..ccd44a6f 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -45,9 +45,9 @@ public:
protected:
bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, NavigationType type);
QWebPage *createWindow(QWebPage::WebWindowType type);
-#if !defined(QT_NO_UITOOLS)
- QObject *createPlugin(const QString &classId, const QUrl &url, const QStringList &paramNames, const QStringList &paramValues);
-#endif
+// #if !defined(QT_NO_UITOOLS)
+// QObject *createPlugin(const QString &classId, const QUrl &url, const QStringList &paramNames, const QStringList &paramValues);
+// #endif
private slots:
void handleUnsupportedContent(QNetworkReply *reply);