Docker: Handle daemon globally

The daemon state is not a device dependent setting.

Change-Id: Ic972fdc5cbb06395e04709858312b4d336321577
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2021-08-10 16:50:23 +02:00
parent bfe2a7b9d1
commit f95d6c6009
4 changed files with 68 additions and 54 deletions

View File

@@ -107,8 +107,6 @@ public:
void tryCreateLocalFileAccess() const;
bool hasLocalFileAccess() const;
bool isDaemonRunning() const;
void resetDaemonState();
void setMounts(const QStringList &mounts) const;
Utils::FilePath mapToLocalAccess(const Utils::FilePath &filePath) const;