summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/scriptwriter.cpp
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2014-11-19 15:49:51 +0100
committerRainer Keller <rainer.keller@theqtcompany.com>2014-11-19 16:49:47 +0200
commit83b9a1830fac611f77ee0f4f04dee82e06e1fb91 (patch)
tree75f666ca7072a2c590cb90824ed92b5bf717cb3f /src/b2qt-flashing-wizard/scriptwriter.cpp
parent28afa0104578d7e10bb7a5e1267284df980cce94 (diff)
b2qt-flashing-wizard: Use dontask option instead of writing 'y'
Change-Id: Ic61caa0a334e4c3d54b945e3227c2b5e363f6f50 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
Diffstat (limited to 'src/b2qt-flashing-wizard/scriptwriter.cpp')
-rw-r--r--src/b2qt-flashing-wizard/scriptwriter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/b2qt-flashing-wizard/scriptwriter.cpp b/src/b2qt-flashing-wizard/scriptwriter.cpp
index 3c5f213..9b85c24 100644
--- a/src/b2qt-flashing-wizard/scriptwriter.cpp
+++ b/src/b2qt-flashing-wizard/scriptwriter.cpp
@@ -100,7 +100,6 @@ void ScriptWriter::start()
mProcess.start(args.takeFirst(), args);
if (!mProcess.waitForStarted())
qFatal("Failed to start script");
- mProcess.write("y\n");
}
void ScriptWriter::readOutput()