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:
@@ -452,12 +452,12 @@ SourcePathMapAspect::~SourcePathMapAspect()
|
||||
delete d;
|
||||
}
|
||||
|
||||
void SourcePathMapAspect::fromMap(const QVariantMap &)
|
||||
void SourcePathMapAspect::fromMap(const Storage &)
|
||||
{
|
||||
QTC_CHECK(false); // This is only used via read/writeSettings
|
||||
}
|
||||
|
||||
void SourcePathMapAspect::toMap(QVariantMap &) const
|
||||
void SourcePathMapAspect::toMap(Storage &) const
|
||||
{
|
||||
QTC_CHECK(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user