forked from qt-creator/qt-creator
Docker: Remove local file access
I gave up on the idea, and even leaving the dead code in only complicates the codebase. Change-Id: If144c69adc8e9aa9b2c88050909e7a20b7218f18 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -114,13 +114,8 @@ public:
|
||||
DockerDeviceData &data();
|
||||
|
||||
void updateContainerAccess() const;
|
||||
bool hasLocalFileAccess() const;
|
||||
void setMounts(const QStringList &mounts) const;
|
||||
|
||||
Utils::FilePath mapToLocalAccess(const Utils::FilePath &filePath) const;
|
||||
Utils::FilePath mapFromLocalAccess(const Utils::FilePath &filePath) const;
|
||||
Utils::FilePath mapFromLocalAccess(const QString &filePath) const;
|
||||
|
||||
protected:
|
||||
void fromMap(const QVariantMap &map) final;
|
||||
QVariantMap toMap() const final;
|
||||
|
||||
Reference in New Issue
Block a user