forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user