forked from qt-creator/qt-creator
docker-plugin: Split out dockerdevice utility classes
Moved DockerDeviceWidget and KitDetector into their own files Change-Id: I16d52a4f27f611b6278e2144c4718bd370f99b63 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -129,25 +129,6 @@ private:
|
||||
friend class DockerDeviceWidget;
|
||||
};
|
||||
|
||||
class KitDetector : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit KitDetector(const ProjectExplorer::IDevice::ConstPtr &device);
|
||||
~KitDetector() override;
|
||||
|
||||
void autoDetect(const QString &sharedId, const Utils::FilePaths &selectedPaths) const;
|
||||
void undoAutoDetect(const QString &sharedId) const;
|
||||
void listAutoDetected(const QString &sharedId) const;
|
||||
|
||||
signals:
|
||||
void logOutput(const QString &msg);
|
||||
|
||||
private:
|
||||
class KitDetectorPrivate *d = nullptr;
|
||||
};
|
||||
|
||||
class DockerDeviceFactory final : public ProjectExplorer::IDeviceFactory
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user