mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
refs #624 Fix cppcheck warnings.
This commit is contained in:
@@ -256,6 +256,7 @@ namespace BlackMisc
|
||||
{
|
||||
QJsonValueRef jsonKey = (*it);
|
||||
++it;
|
||||
if (it == array.end()) { qWarning("Odd number of elements in CDictionary::convertFromJson"); return; }
|
||||
QJsonValueRef jsonValue = (*it);
|
||||
Key key;
|
||||
Value value;
|
||||
|
||||
Reference in New Issue
Block a user