diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-11-28 10:58:12 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-11-28 10:58:12 +0100 |
commit | bc901b1e79acf8c49fb76c3aeabbf59a49fc8276 (patch) | |
tree | e8fc8f52ea6b6c1ef55f034212fed3520e7c3cc0 /src/webview.cpp | |
parent | Definitely removed searclineedit and urllineedit classes. Will use my own.. ;) (diff) | |
download | rekonq-bc901b1e79acf8c49fb76c3aeabbf59a49fc8276.tar.xz |
Various adjustments. Nothing really important.Various adjustments. Nothing really important...
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index 612a8a34..7cae61cf 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -108,16 +108,16 @@ QWebPage *WebPage::createWindow(QWebPage::WebWindowType type) return mainWindow->currentTab()->page(); } -#if !defined(QT_NO_UITOOLS) -QObject *WebPage::createPlugin(const QString &classId, const QUrl &url, const QStringList ¶mNames, const QStringList ¶mValues) -{ - Q_UNUSED(url); - Q_UNUSED(paramNames); - Q_UNUSED(paramValues); - QUiLoader loader; - return loader.createWidget(classId, view()); -} -#endif // !defined(QT_NO_UITOOLS) +// #if !defined(QT_NO_UITOOLS) +// QObject *WebPage::createPlugin(const QString &classId, const QUrl &url, const QStringList ¶mNames, const QStringList ¶mValues) +// { +// Q_UNUSED(url); +// Q_UNUSED(paramNames); +// Q_UNUSED(paramValues); +// QUiLoader loader; +// return loader.createWidget(classId, view()); +// } +// #endif // !defined(QT_NO_UITOOLS) void WebPage::handleUnsupportedContent(QNetworkReply *reply) { |