summaryrefslogtreecommitdiffstats
path: root/src/core/pipelauncher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pipelauncher.h')
-rw-r--r--src/core/pipelauncher.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/pipelauncher.h b/src/core/pipelauncher.h
index afa80e2..9a56a02 100644
--- a/src/core/pipelauncher.h
+++ b/src/core/pipelauncher.h
@@ -60,6 +60,9 @@ protected:
virtual void handleIdleCpuRequest();
virtual void handleInternalProcessChange();
+protected slots:
+ virtual void handleInternalProcessError(QProcess::ProcessError);
+
private slots:
void receive(const QJsonObject& object);