From b3f172b30cf7523d97b79e921c3c7aee916f789e Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 20 Sep 2009 02:46:17 +0200 Subject: Flash loading fix --- src/webpluginfactory.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/webpluginfactory.cpp') diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp index 1e599327..64ed3655 100644 --- a/src/webpluginfactory.cpp +++ b/src/webpluginfactory.cpp @@ -69,10 +69,10 @@ QObject *WebPluginFactory::create(const QString &mimeType, return new PreviewImage(url, pos); } + // this let QtWebKit using builtin plugins + // to load in example flash contents and so on.. kDebug() << "No plugins found for" << mimeType; - QWebView* webView = new QWebView; - webView->load(url); - return webView; + return 0; } -- cgit v1.2.1