Docker: Split tryCreateLocalFileAccess() function

... into a parts updating the container access (i.e. shell process)
and the potential local file system access on Linux.

Change-Id: I0d3e7d9e859f15f9e22182fbe7ae1188b0c9ff57
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2022-01-11 15:57:21 +01:00
parent 3342d4477c
commit d4b2f18c5e
2 changed files with 37 additions and 30 deletions

View File

@@ -111,7 +111,7 @@ public:
const DockerDeviceData &data() const;
DockerDeviceData &data();
void tryCreateLocalFileAccess() const;
void updateContainerAccess() const;
bool hasLocalFileAccess() const;
void setMounts(const QStringList &mounts) const;