forked from qt-creator/qt-creator
Use Utils::Storage instead of QVariantMap in a few places
Change-Id: I02833cf2bc3caaadc22ff93ae530e4aebe4c3868 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -27,8 +27,8 @@ public:
|
||||
explicit IosDeviceTypeAspect(Utils::AspectContainer *container,
|
||||
IosRunConfiguration *runConfiguration);
|
||||
|
||||
void fromMap(const QVariantMap &map) override;
|
||||
void toMap(QVariantMap &map) const override;
|
||||
void fromMap(const Utils::Storage &map) override;
|
||||
void toMap(Utils::Storage &map) const override;
|
||||
void addToLayout(Layouting::LayoutItem &parent) override;
|
||||
|
||||
IosDeviceType deviceType() const;
|
||||
|
||||
Reference in New Issue
Block a user