Docker: Use generic DeviceShell class

Change-Id: Ic2afc6931f7cdb791d81344df6edbdb117cc090b
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Marcus Tillmanns
2022-05-05 15:08:46 +02:00
parent 88eb4c03f6
commit c6b75fc615
4 changed files with 43 additions and 123 deletions

View File

@@ -68,7 +68,7 @@ protected:
void close();
private:
virtual void setupShellProcess(QtcProcess* shellProcess);
virtual void setupShellProcess(QtcProcess *shellProcess);
virtual void startupFailed(const CommandLine &cmdLine);
void closeShellProcess();