diff options
Diffstat (limited to 'src/declarative/util/qmlpropertychanges.h')
-rw-r--r-- | src/declarative/util/qmlpropertychanges.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlpropertychanges.h b/src/declarative/util/qmlpropertychanges.h index 8d338f1..2931cdb 100644 --- a/src/declarative/util/qmlpropertychanges.h +++ b/src/declarative/util/qmlpropertychanges.h @@ -58,7 +58,7 @@ class Q_DECLARATIVE_EXPORT QmlPropertyChanges : public QmlStateOperation Q_PROPERTY(QObject *target READ object WRITE setObject) Q_PROPERTY(bool restoreEntryValues READ restoreEntryValues WRITE setRestoreEntryValues) - Q_PROPERTY(bool explicit READ isExplicit WRITE setIsExplicit); + Q_PROPERTY(bool explicit READ isExplicit WRITE setIsExplicit) public: QmlPropertyChanges(); ~QmlPropertyChanges(); |