summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/actor.h
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2014-11-13 15:35:17 +0100
committerRainer Keller <rainer.keller@theqtcompany.com>2014-11-14 15:58:20 +0200
commit1f0de42b9d5a8ef665e6799019eed898b0396586 (patch)
treeeed8c5c4b25502d31a3e5b987347622308d02c36 /src/b2qt-flashing-wizard/actor.h
parent16a7842ddbd88f87db0b1486d5c2f418860e3e98 (diff)
b2qt-flashing-wizard: Replace progressbar by label
Change-Id: Ic3b0a88fa73e94540d6b387e0e6f0a5292ccfab2 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
Diffstat (limited to 'src/b2qt-flashing-wizard/actor.h')
-rw-r--r--src/b2qt-flashing-wizard/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/b2qt-flashing-wizard/actor.h b/src/b2qt-flashing-wizard/actor.h
index e21ca7e..f310f0b 100644
--- a/src/b2qt-flashing-wizard/actor.h
+++ b/src/b2qt-flashing-wizard/actor.h
@@ -33,7 +33,7 @@ public:
virtual void start() = 0;
signals:
- void progress(unsigned int percent, unsigned int nextProgress, unsigned int milliseconds);
+ void progress(const QString &step);
void finished();
void details(const QByteArray &);
};