diff --git a/update.h b/update.h index 08b6478..53c94fe 100644 --- a/update.h +++ b/update.h @@ -6,6 +6,7 @@ #include #include #include +#include #include "plugins/interfaces.h" @@ -79,5 +80,11 @@ private: bool updateDeviceConf(QString jsFileToSendToDC); bool downloadJson(enum FileTypeJson type, int templateIdx, QString jsFileToSendToDC) const; + +private slots: + void readyReadStandardOutput(); + void readyReadStandardError(); + void finished(int exitCode, QProcess::ExitStatus exitStatus); + }; #endif // UPDATE_H_INCLUDED