summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/progress_page.h
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2014-11-14 15:19:18 +0100
committerRainer Keller <rainer.keller@theqtcompany.com>2014-11-14 16:19:21 +0200
commit9f77929a4306a759c9d4bfb8cadc810ed4c05219 (patch)
tree87f4db96b141b7eb0f0728ed3ffca28f0b091536 /src/b2qt-flashing-wizard/progress_page.h
parent6010e69aa3ac3e94c0fabf16a28e682e35a07a68 (diff)
b2qt-flashing-wizard: Handle script errors
Change-Id: Ic470f3bdb4e2870279edcb3012160b9edea075ae Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
Diffstat (limited to 'src/b2qt-flashing-wizard/progress_page.h')
-rw-r--r--src/b2qt-flashing-wizard/progress_page.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/b2qt-flashing-wizard/progress_page.h b/src/b2qt-flashing-wizard/progress_page.h
index 3169e3f..f99f11b 100644
--- a/src/b2qt-flashing-wizard/progress_page.h
+++ b/src/b2qt-flashing-wizard/progress_page.h
@@ -39,6 +39,7 @@ public:
public slots:
void progress(const QString &step);
void finished();
+ void failed(const QString &step);
void addDetails(QByteArray newData);
void toggleDetails();
void copyDetailsToClipboard();