summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/downloadarchivesjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/downloadarchivesjob.h')
-rw-r--r--installerbuilder/libinstaller/downloadarchivesjob.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/installerbuilder/libinstaller/downloadarchivesjob.h b/installerbuilder/libinstaller/downloadarchivesjob.h
index 001a567e3..1c0c9b272 100644
--- a/installerbuilder/libinstaller/downloadarchivesjob.h
+++ b/installerbuilder/libinstaller/downloadarchivesjob.h
@@ -56,7 +56,7 @@ class DownloadArchivesJob : public KDJob
Q_OBJECT
public:
- explicit DownloadArchivesJob(const QByteArray &publicKey, PackageManagerCore *core = 0);
+ explicit DownloadArchivesJob(PackageManagerCore *core = 0);
~DownloadArchivesJob();
void setArchivesToDownload(const QList<QPair<QString, QString> > &archives);
@@ -93,7 +93,6 @@ private:
QList<QPair<QString, QString> > m_archivesToDownload;
bool m_canceled;
- const QByteArray m_publicKey;
QSet<QString> m_temporaryFiles;
QByteArray m_currentHash;
double m_lastFileProgress;