summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-02-28 16:11:44 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-03-01 11:57:48 +0100
commit4e5d95928551d8a8a9f80964ea2077a31dd4b00b (patch)
treeeaff391d6880341da7c102425c260431b077cd89 /installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.h
parentb66e9cf4e51c784b6ef36fb3e51257ec25b3fed3 (diff)
Get rid of signing. We can put it back once we need it.
Change-Id: I1d8bc5655b25dafd30edfe24e7ef8f7fb6b1b9b6 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.h')
-rw-r--r--installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.h b/installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.h
index 6fb100cc0..e27cb6f7e 100644
--- a/installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.h
+++ b/installerbuilder/libinstaller/3rdparty/kdtools/kdupdaterfiledownloaderfactory.h
@@ -38,7 +38,6 @@ QT_END_NAMESPACE
namespace KDUpdater {
class FileDownloader;
-class SignatureVerifier;
class KDTOOLS_EXPORT FileDownloaderProxyFactory : public QNetworkProxyFactory
{
@@ -60,9 +59,7 @@ public:
{
registerProduct<T>(scheme);
}
- FileDownloader *create(const QString &scheme, QObject *parent) const;
- FileDownloader *create(const QString &scheme, const SignatureVerifier *verifier = 0,
- const QUrl &signatureUrl = QUrl(), QObject *parent = 0) const;
+ FileDownloader *create(const QString &scheme, QObject *parent = 0) const;
static bool followRedirects();
static void setFollowRedirects(bool val);