diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-10 23:05:09 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-10 23:05:09 +0100 |
commit | 0b8ee38c5326fa668906a3f66a959423d84f85d1 (patch) | |
tree | e75718b97e13b303ca16d4461a2b7b893a6f9f78 /src/webview.h | |
parent | Updating CMakeLists.txt (diff) | |
download | rekonq-0b8ee38c5326fa668906a3f66a959423d84f85d1.tar.xz |
Some fixes
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 b45edc17..6892fbd4 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); |