summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/progress_page.h
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2015-04-15 10:28:24 +0200
committerRainer Keller <rainer.keller@theqtcompany.com>2015-04-20 15:05:23 +0300
commit1f4b424073ed89263ca69b782617b70207cbd7e2 (patch)
treeb2817cb8fc6383ad954092aa7081d11b9fc62411 /src/b2qt-flashing-wizard/progress_page.h
parentda66ed8ce7421506ddeb4e7feea13987c26620c7 (diff)
b2qt-flashing-wizard: Script standard error in red color
Change-Id: I40893222a5ea999eca3f73b05e39e7e1ab53a9a1 Reviewed-by: Alessandro Portale <alessandro.portale@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 c2e4c4c..393619d 100644
--- a/src/b2qt-flashing-wizard/progress_page.h
+++ b/src/b2qt-flashing-wizard/progress_page.h
@@ -42,6 +42,7 @@ public slots:
void finished();
void failed(const QString &step);
void addDetails(QByteArray newData);
+ void addErrorDetails(QByteArray newData);
void showDetails();
void hideDetails();
void toggleDetails();