summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/progresscoordinator.h
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/progresscoordinator.h')
-rw-r--r--installerbuilder/libinstaller/progresscoordinator.h3
1 files changed, 3 insertions, 0 deletions
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);