diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-11 02:19:38 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-13 02:50:36 +0100 |
commit | 1c093e9d52f14f0510829b9f8b866178c06f9da8 (patch) | |
tree | 7bc610aeff1355aee5a10bdc1e47e6f7fad771ef | |
parent | Moving to kdewebkit. (diff) | |
download | rekonq-1c093e9d52f14f0510829b9f8b866178c06f9da8.tar.xz |
comments --
-rw-r--r-- | src/webpluginfactory.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp index bc79c60b..af799905 100644 --- a/src/webpluginfactory.cpp +++ b/src/webpluginfactory.cpp @@ -75,9 +75,6 @@ QObject *WebPluginFactory::create(const QString &mimeType, return new PreviewImage(url, title, number, isFavorite); } - // this let QtWebKit using builtin plugins - // to load in example flash contents and so on.. - kDebug() << "No plugins found for" << mimeType << ". Falling back to QtWebKit ones..."; return KWebPluginFactory::create(mimeType, url, argumentNames, argumentValues); } |