mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-04 16:25:27 +08:00
6.5.3 clean
This commit is contained in:
@ -85,8 +85,8 @@ void PropertyWatcher::setSubject(QObject *s, const QString &annotation)
|
||||
|
||||
void PropertyWatcher::updateAllFields()
|
||||
{
|
||||
QList<PropertyField *> fields = findChildren<PropertyField*>();
|
||||
foreach (PropertyField *field, fields)
|
||||
const QList<PropertyField *> fields = findChildren<PropertyField*>();
|
||||
for (PropertyField *field : fields)
|
||||
field->propertyChanged();
|
||||
emit updatedAllFields(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user