summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/packagemanagercore.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2011-08-24 14:45:47 +0200
committerTim Jenssen <tim.jenssen@nokia.com>2011-08-24 14:56:58 +0200
commitd12a1f929cbe6fe125d3225045b3ab2174ecf607 (patch)
treed7d16ce875c35a26387757d68b6f4dc5aad5f7a5 /installerbuilder/libinstaller/packagemanagercore.h
parent80fa40aa65be616f127d74a2147b11c4f5316b0c (diff)
Remove stupid check. Return the proper core status.
Also take into account the current status, break if it is already Canceled or Failure. Fix fetch remote packages, as it would set always Success, even if we already canceled. Change-Id: I3562d485c762c6df6ff230029bc678475afd5b2c Reviewed-on: http://codereview.qt.nokia.com/3502 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/packagemanagercore.h')
-rw-r--r--installerbuilder/libinstaller/packagemanagercore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/packagemanagercore.h b/installerbuilder/libinstaller/packagemanagercore.h
index 09261845f..0995cac79 100644
--- a/installerbuilder/libinstaller/packagemanagercore.h
+++ b/installerbuilder/libinstaller/packagemanagercore.h
@@ -215,7 +215,6 @@ public Q_SLOTS:
void cancelMetaInfoJob();
void componentsToInstallNeedsRecalculation();
-
Q_SIGNALS:
void componentAdded(QInstaller::Component *comp);
void rootComponentsAdded(QList<QInstaller::Component*> components);