forked from qt-creator/qt-creator
Docker: Don't directly access Private data in DockerDevice
Consolidating private data access Change-Id: I8c8353bdd62606c3b0286d2ffaf3b5e634943b59 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "dockerdevice.h"
|
||||
|
||||
#include "kitdetector.h"
|
||||
|
||||
#include <projectexplorer/devicesupport/idevice.h>
|
||||
@@ -36,6 +38,8 @@ private:
|
||||
QCheckBox *m_runAsOutsideUser;
|
||||
Utils::PathListEditor *m_pathsListEdit;
|
||||
KitDetector m_kitItemDetector;
|
||||
|
||||
DockerDeviceData m_data;
|
||||
};
|
||||
|
||||
} // Docker::Internal
|
||||
|
||||
Reference in New Issue
Block a user