summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/qprocesswrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/qprocesswrapper.h')
-rw-r--r--src/libs/installer/qprocesswrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/installer/qprocesswrapper.h b/src/libs/installer/qprocesswrapper.h
index 15e6f1fba..e7caf61f6 100644
--- a/src/libs/installer/qprocesswrapper.h
+++ b/src/libs/installer/qprocesswrapper.h
@@ -84,6 +84,7 @@ public:
void terminate();
QByteArray readAll();
QByteArray readAllStandardOutput();
+ QByteArray readAllStandardError();
void setWorkingDirectory(const QString &dir);
void start(const QString &program);