forked from qt-creator/qt-creator
QmlPuppet: Make compile without QT_RESTRICTED_CAST_FROM_ASCII removed
Change-Id: I535efad65b2224337c133463da075953cc878c6c Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -276,10 +276,8 @@ void QmlDesigner::Qt5TestNodeInstanceServer::collectItemChangesAndSendChangeComm
|
||||
|
||||
foreach (const InstancePropertyPair& property, changedPropertyList()) {
|
||||
const ServerNodeInstance instance = property.first;
|
||||
const QString propertyName = property.second;
|
||||
|
||||
if (instance.isValid()) {
|
||||
if (propertyName.contains("anchors"))
|
||||
if (property.second.contains("anchors"))
|
||||
informationChangedInstanceSet.insert(instance);
|
||||
|
||||
propertyChangedList.append(property);
|
||||
|
||||
Reference in New Issue
Block a user