aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/devicesupport/devicefactoryselectiondialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/devicesupport/devicefactoryselectiondialog.h')
-rw-r--r--src/plugins/projectexplorer/devicesupport/devicefactoryselectiondialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/devicesupport/devicefactoryselectiondialog.h b/src/plugins/projectexplorer/devicesupport/devicefactoryselectiondialog.h
index f3bb2ac0f3..4b8f40bcf9 100644
--- a/src/plugins/projectexplorer/devicesupport/devicefactoryselectiondialog.h
+++ b/src/plugins/projectexplorer/devicesupport/devicefactoryselectiondialog.h
@@ -25,9 +25,9 @@
#pragma once
-#include <QDialog>
+#include <utils/id.h>
-namespace Core { class Id; }
+#include <QDialog>
namespace ProjectExplorer {
class IDeviceFactory;
@@ -42,7 +42,7 @@ class DeviceFactorySelectionDialog : public QDialog
public:
explicit DeviceFactorySelectionDialog(QWidget *parent = nullptr);
~DeviceFactorySelectionDialog() override;
- Core::Id selectedId() const;
+ Utils::Id selectedId() const;
private:
void handleItemSelectionChanged();