diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-20 19:06:41 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-20 19:06:41 +0100 |
commit | 75310e79287a8bdffb86cc1dfda1a0f069383cd6 (patch) | |
tree | ba1fb4c201fb38d0f978fd45e8bef0711f3035ee /src/webview.h | |
parent | On the street to SingleRekonq.. (diff) | |
download | rekonq-75310e79287a8bdffb86cc1dfda1a0f069383cd6.tar.xz |
Last commit before branching "di brutto"..
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h index 6892fbd4..b45edc17 100644 --- a/src/webview.h +++ b/src/webview.h @@ -50,7 +50,7 @@ public: protected: bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, NavigationType type); QWebPage *createWindow(QWebPage::WebWindowType type); - QObject *createPlugin(const QString &classId, const QUrl &url, const QStringList ¶mNames, const QStringList ¶mValues); +// QObject *createPlugin(const QString &classId, const QUrl &url, const QStringList ¶mNames, const QStringList ¶mValues); private slots: void handleUnsupportedContent(QNetworkReply *reply); |