mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Formatting, style
This commit is contained in:
@@ -192,7 +192,8 @@ namespace BlackMisc
|
||||
auto *meta = Private::getValueObjectMetaInfo(typeId);
|
||||
if (meta)
|
||||
{
|
||||
CJsonScope scope("value");
|
||||
CJsonScope scope("value"); // tracker
|
||||
Q_UNUSED(scope);
|
||||
m_v = QVariant(typeId, nullptr);
|
||||
|
||||
// this will call convertFromJson if there is no MemoizedJson
|
||||
|
||||
Reference in New Issue
Block a user