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:32 +0200
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-05-05 14:17:27 +0000
commitb8a7052ac9dffd477e424b34d5cb8d93cce6a6be (patch)
tree6ade73ceb7adf24f5d6dcc6ac7b8db02ad1f5c03 /src/libs/installer/packagemanagercore_p.h
parente0c6df4cecf30626d27e25c8682e3c431eb4dccf (diff)
Move the PackagesInfo handling out of {KDUpdater}Application.
Do not hide the class behind {KDUpdater}Application, we can use it directly. Also remove unused code from the PackagesInfo class itself. Change-Id: I6876a5887c498aa20fb54e016159223e336d9362 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/installer/packagemanagercore_p.h b/src/libs/installer/packagemanagercore_p.h
index eb4ec70bc..d9609408c 100644
--- a/src/libs/installer/packagemanagercore_p.h
+++ b/src/libs/installer/packagemanagercore_p.h
@@ -200,6 +200,7 @@ public:
UpdateFinder *m_updateFinder;
Application m_updaterApplication;
UpdateSourcesInfo m_updateSourcesInfo;
+ std::shared_ptr<PackagesInfo> m_packagesInfo;
int m_status;
QString m_error;