summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-02-20 19:06:41 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-02-20 19:06:41 +0100
commit75310e79287a8bdffb86cc1dfda1a0f069383cd6 (patch)
treeba1fb4c201fb38d0f978fd45e8bef0711f3035ee /src/webview.cpp
parentOn the street to SingleRekonq.. (diff)
downloadrekonq-75310e79287a8bdffb86cc1dfda1a0f069383cd6.tar.xz
Last commit before branching "di brutto"..
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp21
1 files changed, 13 insertions, 8 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index 850ff54b..b90f85cc 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -111,14 +111,19 @@ QWebPage *WebPage::createWindow(QWebPage::WebWindowType type)
}
-QObject *WebPage::createPlugin(const QString &classId, const QUrl &url, const QStringList &paramNames, const QStringList &paramValues)
-{
- Q_UNUSED(url);
- Q_UNUSED(paramNames);
- Q_UNUSED(paramValues);
- QUiLoader loader;
- return loader.createWidget(classId, view());
-}
+// QObject *WebPage::createPlugin(const QString &classId, const QUrl &url, const QStringList &paramNames, const QStringList &paramValues)
+// {
+// kWarning() << "creating PLUGIN for rekonq ";
+// kWarning() << "classId = " << classId;
+// kWarning() << "url = " << url;
+// kWarning() << "Param Names = " << paramNames;
+// kWarning() << "Param Values = " << paramValues;
+// Q_UNUSED(url);
+// Q_UNUSED(paramNames);
+// Q_UNUSED(paramValues);
+// QUiLoader loader;
+// return loader.createWidget(classId, view());
+// }
void WebPage::handleUnsupportedContent(QNetworkReply *reply)