summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/scriptwriter.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/scriptwriter.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/scriptwriter.h')
-rw-r--r--src/b2qt-flashing-wizard/scriptwriter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/b2qt-flashing-wizard/scriptwriter.h b/src/b2qt-flashing-wizard/scriptwriter.h
index 68a7684..a984577 100644
--- a/src/b2qt-flashing-wizard/scriptwriter.h
+++ b/src/b2qt-flashing-wizard/scriptwriter.h
@@ -39,7 +39,8 @@ public:
void setRootFlag(bool);
private slots:
- void readOutput();
+ void readStandardOutput();
+ void readStandardError();
void processFinished(int, QProcess::ExitStatus);
void processError(QProcess::ProcessError);