From 22487b69009d9529e269e47bed76ce769f017da8 Mon Sep 17 00:00:00 2001 From: kh1 Date: Wed, 19 Oct 2011 15:20:01 +0200 Subject: Implement QTIFW-3. Change-Id: I8a959d9913f3baac79f70c63a483bdd0e3cd0fe7 Reviewed-by: Niels Weber Reviewed-by: Tim Jenssen Reviewed-by: Karsten Heimrich --- installerbuilder/libinstaller/progresscoordinator.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'installerbuilder/libinstaller/progresscoordinator.h') diff --git a/installerbuilder/libinstaller/progresscoordinator.h b/installerbuilder/libinstaller/progresscoordinator.h index 31989b35f..781551d8f 100644 --- a/installerbuilder/libinstaller/progresscoordinator.h +++ b/installerbuilder/libinstaller/progresscoordinator.h @@ -58,9 +58,12 @@ public slots: void emitDetailTextChanged(const QString &text); void emitLabelAndDetailTextChanged(const QString &text); + void emitDownloadStatus(const QString &status); + signals: void detailTextChanged(const QString &text); void detailTextResetNeeded(); + void downloadStatusChanged(const QString &status); protected: explicit ProgressCoordinator(QObject *parent); -- cgit v1.2.3