summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qpropertyanimation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/animation/qpropertyanimation.h')
-rw-r--r--src/corelib/animation/qpropertyanimation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/animation/qpropertyanimation.h b/src/corelib/animation/qpropertyanimation.h
index 5768ec6f01..0edd4d9b72 100644
--- a/src/corelib/animation/qpropertyanimation.h
+++ b/src/corelib/animation/qpropertyanimation.h
@@ -51,9 +51,9 @@ class Q_CORE_EXPORT QPropertyAnimation : public QVariantAnimation
{
Q_OBJECT
Q_PROPERTY(QByteArray propertyName READ propertyName WRITE setPropertyName
- BINDABLE bindablePropertyName)
+ BINDABLE bindablePropertyName)
Q_PROPERTY(QObject* targetObject READ targetObject WRITE setTargetObject
- BINDABLE bindableTargetObject)
+ BINDABLE bindableTargetObject)
public:
QPropertyAnimation(QObject *parent = nullptr);