summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagemanagercore_p.h
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-05-04 14:26:18 +0200
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-05-05 10:34:19 +0000
commite0c6df4cecf30626d27e25c8682e3c431eb4dccf (patch)
tree507588511ff95f2f782f9a763499ca2c5f5c0223 /src/libs/installer/packagemanagercore_p.h
parent05d1c5d7b2679d45ac88441a2d23dee50be5ef6c (diff)
Move the UpdateSourcesInfo out of {KDUpdater}Application.
Do not hide the class behind {KDUpdater}Application, we can use it directly. Also remove unused code from the UpdateSourcesInfo class itself. Change-Id: I99cc34e9089da63087892d8d3540522e9f59b2c8 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/packagemanagercore_p.h')
-rw-r--r--src/libs/installer/packagemanagercore_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/installer/packagemanagercore_p.h b/src/libs/installer/packagemanagercore_p.h
index d8b7778ac..eb4ec70bc 100644
--- a/src/libs/installer/packagemanagercore_p.h
+++ b/src/libs/installer/packagemanagercore_p.h
@@ -44,6 +44,7 @@
#include "kdsysinfo.h"
#include "kdupdaterapplication.h"
#include "kdupdaterupdatefinder.h"
+#include "kdupdaterupdatesourcesinfo.h"
#include <QObject>
@@ -198,6 +199,7 @@ signals:
public:
UpdateFinder *m_updateFinder;
Application m_updaterApplication;
+ UpdateSourcesInfo m_updateSourcesInfo;
int m_status;
QString m_error;