QmlDesigner.Instances: removing unused argument

Change-Id: Iff03a4659c02eb348d58957b2abb6676e5da8a7e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2015-03-10 11:46:27 +01:00
committed by Thomas Hartmann
parent dbe535b3c7
commit cf8d601b1d
3 changed files with 3 additions and 3 deletions
@@ -91,7 +91,7 @@ void Qt5NodeInstanceServer::resetAllItems()
void Qt5NodeInstanceServer::setupScene(const CreateSceneCommand &command)
{
setupFileUrl(command.fileUrl());
setupImports(command.imports(), command.ids());
setupImports(command.imports());
setupDummyData(command.fileUrl());
setupInstances(command);