summaryrefslogtreecommitdiff
path: root/ui/qt5/runner/executepage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/runner/executepage.hh')
-rw-r--r--ui/qt5/runner/executepage.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt5/runner/executepage.hh b/ui/qt5/runner/executepage.hh
index 32987e7..77b3219 100644
--- a/ui/qt5/runner/executepage.hh
+++ b/ui/qt5/runner/executepage.hh
@@ -42,6 +42,7 @@ private:
QProcess *executor;
QTimer *finishTimer;
QFile log;
+ QByteArray msgBuffer;
Phase current;
bool failed;
@@ -51,6 +52,8 @@ private:
void markFinished(Phase phase);
void markFailed(Phase phase);
+ void processMessages();
+
void executorReady();
void executorOutReady();
void executorErrored(QProcess::ProcessError what);