diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-08-14 10:57:58 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-08-14 10:57:58 +0200 |
commit | 3b7a1ffae0ae9e5fd0c1dd238434e0bf312fa6ad (patch) | |
tree | 1eb9003c32f32a8a7e62ffe676bdba5f099f7bcf /src/webpluginfactory.h | |
parent | Get sure web shortcuts are considered first url detection (diff) | |
download | rekonq-3b7a1ffae0ae9e5fd0c1dd238434e0bf312fa6ad.tar.xz |
Get sure rekonq makes use of djvu plugin
Also, clean up mimetype detection, following kdewebkit.
I tried implementing this using the protected excludeMimeType in
kwebpluginfactory, but I fear it has to be declared virtual to let
the trick work. Isn't it?
BUG: 304562
CCMAIL: adawit@kde.org
Diffstat (limited to 'src/webpluginfactory.h')
-rw-r--r-- | src/webpluginfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpluginfactory.h b/src/webpluginfactory.h index b1bcd967..82bf02ce 100644 --- a/src/webpluginfactory.h +++ b/src/webpluginfactory.h @@ -43,7 +43,7 @@ class REKONQ_TESTS_EXPORT WebPluginFactory : public KWebPluginFactory public: WebPluginFactory(QObject *parent); - virtual QObject *create(const QString &mimeType, + virtual QObject *create(const QString &_mimeType, const QUrl &url, const QStringList &argumentNames, const QStringList &argumentValues) const; |