DaemonManager: add stateChanged()

This commit is contained in:
Jaquee
2016-11-26 11:54:06 +01:00
parent 760e01b50c
commit 8d19a03b68
2 changed files with 16 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ public slots:
void printOutput();
void printError();
void closing();
void stateChanged(QProcess::ProcessState state);
private: