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, 3 insertions, 0 deletions
diff --git a/installerbuilder/libinstaller/downloadarchivesjob.h b/installerbuilder/libinstaller/downloadarchivesjob.h
index 8ff83a241..c65e3baea 100644
--- a/installerbuilder/libinstaller/downloadarchivesjob.h
+++ b/installerbuilder/libinstaller/downloadarchivesjob.h
@@ -75,6 +75,9 @@ protected Q_SLOTS:
void emitDownloadProgress(double progress);
private:
+ KDUpdater::FileDownloader *setupDownloader(const QString &prefix = QString());
+
+private:
PackageManagerCore *m_core;
KDUpdater::FileDownloader *m_downloader;