forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/7.0'
Change-Id: I809383e6c060701a2751197a8bf16add92bfaf0d
This commit is contained in:
@@ -37,10 +37,8 @@ namespace Internal {
|
||||
class DockerDeviceData
|
||||
{
|
||||
public:
|
||||
// Used for "docker run" and for host parts of FilePaths
|
||||
QString dockerId() const;
|
||||
// Used as autodetection source string
|
||||
QString autodetectId() const { return "docker:" + dockerId(); }
|
||||
// Used for "docker run"
|
||||
QString repoAndTag() const;
|
||||
|
||||
QString imageId;
|
||||
QString repo;
|
||||
|
||||
Reference in New Issue
Block a user