forked from qt-creator/qt-creator
QmlPuppet: Pass const strings by reference
Change-Id: I6bf60d6484f13817dcbe36a4bfc099f3edf7559c Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
27cbc89c5b
commit
93c94d65a8
@@ -307,7 +307,7 @@ void QmlDesigner::Qt5TestNodeInstanceServer::collectItemChangesAndSendChangeComm
|
||||
}
|
||||
}
|
||||
|
||||
void Qt5TestNodeInstanceServer::sendChildrenChangedCommand(const QList<ServerNodeInstance> childList)
|
||||
void Qt5TestNodeInstanceServer::sendChildrenChangedCommand(const QList<ServerNodeInstance> &childList)
|
||||
{
|
||||
QSet<ServerNodeInstance> parentSet;
|
||||
QList<ServerNodeInstance> noParentList;
|
||||
|
||||
Reference in New Issue
Block a user