From 0072c90b4a9feca8a7d81dddbcaf16674599f883 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 20 Sep 2009 03:15:10 +0200 Subject: create function fix --- src/webpluginfactory.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp index 64ed3655..52268c3e 100644 --- a/src/webpluginfactory.cpp +++ b/src/webpluginfactory.cpp @@ -50,23 +50,25 @@ QObject *WebPluginFactory::create(const QString &mimeType, const QStringList &argumentNames, const QStringList &argumentValues) const { + Q_UNUSED(url) + kDebug() << "loading mimeType: " << mimeType; if(mimeType == QString("application/image-preview") ) { - QString url, pos; + QString imageUrl, pos; for(int i = 0; i