summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-02-14 12:06:54 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-02-14 12:06:54 +0100
commit8213829a830cabc2d9b44a43bba00f1dae77adc5 (patch)
tree37250068a8eaae93761ee810f4f76ebab55f4dff /src/webview.h
parentUpdating (diff)
downloadrekonq-8213829a830cabc2d9b44a43bba00f1dae77adc5.tar.xz
Preliminary flash support
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h1
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 &paramNames, const QStringList &paramValues);
private slots:
void handleUnsupportedContent(QNetworkReply *reply);