Clang warning.
This commit is contained in:
parent
890486f2db
commit
3379fca082
|
@ -814,7 +814,7 @@ void AbstractTest::DBFromJson(const QJsonObject &dbObject, QSharedPointer<VConta
|
||||||
if (dbObject.contains(itemsKey))
|
if (dbObject.contains(itemsKey))
|
||||||
{
|
{
|
||||||
QJsonArray items = dbObject[itemsKey].toArray();
|
QJsonArray items = dbObject[itemsKey].toArray();
|
||||||
for (auto && item : items)
|
for (auto item : items)
|
||||||
{
|
{
|
||||||
QJsonObject itemObject = item.toObject();
|
QJsonObject itemObject = item.toObject();
|
||||||
GOType objectType;
|
GOType objectType;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user