forked from qt-creator/qt-creator
WinRt: Add a few 'override' to Qt versions
Change-Id: Ie3547076d15363ec9995cee9b21bf8749725403f Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
@@ -38,10 +38,10 @@ public:
|
|||||||
WinRtPhoneQtVersion(const Utils::FileName &path, bool isAutodetected,
|
WinRtPhoneQtVersion(const Utils::FileName &path, bool isAutodetected,
|
||||||
const QString &autodetectionSource);
|
const QString &autodetectionSource);
|
||||||
|
|
||||||
QString description() const;
|
QString description() const override;
|
||||||
BaseQtVersion *clone() const;
|
BaseQtVersion *clone() const override;
|
||||||
QString type() const;
|
QString type() const override;
|
||||||
QSet<Core::Id> targetDeviceTypes() const;
|
QSet<Core::Id> targetDeviceTypes() const override;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // Internal
|
} // Internal
|
||||||
|
@@ -38,13 +38,13 @@ public:
|
|||||||
WinRtQtVersion(const Utils::FileName &path, bool isAutodetected,
|
WinRtQtVersion(const Utils::FileName &path, bool isAutodetected,
|
||||||
const QString &autodetectionSource);
|
const QString &autodetectionSource);
|
||||||
|
|
||||||
BaseQtVersion *clone() const;
|
BaseQtVersion *clone() const override;
|
||||||
QString type() const;
|
QString type() const override;
|
||||||
QString description() const;
|
QString description() const override;
|
||||||
QSet<Core::Id> availableFeatures() const;
|
QSet<Core::Id> availableFeatures() const override;
|
||||||
QList<ProjectExplorer::Abi> detectQtAbis() const;
|
QList<ProjectExplorer::Abi> detectQtAbis() const override;
|
||||||
|
|
||||||
QSet<Core::Id> targetDeviceTypes() const;
|
QSet<Core::Id> targetDeviceTypes() const override;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // Internal
|
} // Internal
|
||||||
|
Reference in New Issue
Block a user