Skip to content

Commit 35341c1

Browse files
authored
Merge branch 'paceholder:master' into scene_menu
2 parents ecbf99f + e3ef06d commit 35341c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UndoCommands.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ insertSerializedItems(QJsonObject const & json,
7474

7575
QJsonArray const & nodesJsonArray = json["nodes"].toArray();
7676

77-
for (QJsonValueConstRef node : nodesJsonArray)
77+
for (QJsonValue node : nodesJsonArray)
7878
{
7979
QJsonObject obj = node.toObject();
8080

@@ -87,7 +87,7 @@ insertSerializedItems(QJsonObject const & json,
8787

8888
QJsonArray const & connJsonArray = json["connections"].toArray();
8989

90-
for (QJsonValueConstRef connection : connJsonArray)
90+
for (QJsonValue connection : connJsonArray)
9191
{
9292
QJsonObject connJson = connection.toObject();
9393

0 commit comments

Comments
 (0)