aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt/winrtphoneqtversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/winrt/winrtphoneqtversion.h')
-rw-r--r--src/plugins/winrt/winrtphoneqtversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/winrt/winrtphoneqtversion.h b/src/plugins/winrt/winrtphoneqtversion.h
index a8f7062ae7..5133e84ba9 100644
--- a/src/plugins/winrt/winrtphoneqtversion.h
+++ b/src/plugins/winrt/winrtphoneqtversion.h
@@ -36,10 +36,10 @@ class WinRtPhoneQtVersion : public QtSupport::BaseQtVersion
public:
WinRtPhoneQtVersion() = default;
- QSet<Core::Id> availableFeatures() const override;
+ QSet<Utils::Id> availableFeatures() const override;
QString description() const override;
- QSet<Core::Id> targetDeviceTypes() const override;
+ QSet<Utils::Id> targetDeviceTypes() const override;
};
class WinRtPhoneQtVersionFactory : public QtSupport::QtVersionFactory