Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Feustel committed Apr 26, 2024
1 parent 404fb5c commit 477aa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/Scene/Qt/QtScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ QQuickItem* getQQuickItemWithRoot(const spix::ItemPath& path, QObject* root)
}
}
} else {
subItem = spix::qt::FindChildItem<QQuickItem*>(root, itemName.c_str(), {}, type);
subItem = spix::qt::FindChildItem<QQuickItem*>(root, itemName.c_str());
return subItem;
}
} else if (itemName.compare(0, 1, "(") == 0) {
Expand Down

0 comments on commit 477aa6b

Please sign in to comment.