diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-14 12:06:54 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-14 12:06:54 +0100 |
commit | 8213829a830cabc2d9b44a43bba00f1dae77adc5 (patch) | |
tree | 37250068a8eaae93761ee810f4f76ebab55f4dff /src/webview.h | |
parent | Updating (diff) | |
download | rekonq-8213829a830cabc2d9b44a43bba00f1dae77adc5.tar.xz |
Preliminary flash support
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h index 6710aac4..6892fbd4 100644 --- a/src/webview.h +++ b/src/webview.h @@ -50,6 +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); private slots: void handleUnsupportedContent(QNetworkReply *reply); |