forked from qt-creator/qt-creator
Plugins: A bit more Keys and Store
Change-Id: Iee55eeaa881dd9f2047fdbe95ad8d827f4ba34e0 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -795,9 +795,9 @@ void DockerDevice::fromMap(const Store &map)
|
||||
d->setData(data);
|
||||
}
|
||||
|
||||
QVariantMap DockerDevice::toMap() const
|
||||
Store DockerDevice::toMap() const
|
||||
{
|
||||
QVariantMap map = ProjectExplorer::IDevice::toMap();
|
||||
Store map = ProjectExplorer::IDevice::toMap();
|
||||
DockerDeviceData data = d->data();
|
||||
|
||||
map.insert(DockerDeviceDataRepoKey, data.repo);
|
||||
|
||||
Reference in New Issue
Block a user