AndroidDeployQtStep: Make m_process local

There is no need to keep m_process as a class member,
since it's only used in just one function.

Change-Id: I156b978a18ab25a41b0e52d00fcb90c0f7f12ddd
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Jarek Kobus
2022-03-21 17:47:24 +01:00
parent 127ca236a7
commit bd7949f852
2 changed files with 16 additions and 19 deletions

View File

@@ -112,7 +112,6 @@ private:
Utils::FilePath m_command;
Utils::FilePath m_workingDirectory;
Utils::Environment m_environment;
Utils::QtcProcess *m_process = nullptr;
AndroidDeviceInfo m_deviceInfo;
};