mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Based on discussion around T107 and slack
* Use CJsonScope scope("MetaData") for stacktrace
* added Q_UNUSED(scope) to avoid QtC warnings
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c4db854fad
commit
94c9886c35
@@ -273,10 +273,12 @@ namespace BlackMisc
|
||||
Value val;
|
||||
{
|
||||
CJsonScope scope("associativecontainerbase", 2 * index);
|
||||
Q_UNUSED(scope);
|
||||
jsonKey >> key;
|
||||
}
|
||||
{
|
||||
CJsonScope scope("associativecontainerbase", 2 * index++ + 1);
|
||||
Q_UNUSED(scope);
|
||||
jsonValue >> val;
|
||||
}
|
||||
m_impl.insert(std::move(key), std::move(val));
|
||||
|
||||
Reference in New Issue
Block a user