diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-10-26 02:35:48 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-10-26 02:35:48 (GMT) |
commit | 60b8fc37ac04b9247481e5f03d1d7fa9ae059a07 (patch) | |
tree | e67ce2cecbc40ae107ddc5d796a906a6330278d0 /src/declarative/qml/qmlpropertyvalueinterceptor.cpp | |
parent | 24498457049f0504d0b09935dea6ca6a5634bb2d (diff) | |
download | Qt-60b8fc37ac04b9247481e5f03d1d7fa9ae059a07.zip Qt-60b8fc37ac04b9247481e5f03d1d7fa9ae059a07.tar.gz Qt-60b8fc37ac04b9247481e5f03d1d7fa9ae059a07.tar.bz2 |
Doc.
Diffstat (limited to 'src/declarative/qml/qmlpropertyvalueinterceptor.cpp')
-rw-r--r-- | src/declarative/qml/qmlpropertyvalueinterceptor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlpropertyvalueinterceptor.cpp b/src/declarative/qml/qmlpropertyvalueinterceptor.cpp index 86905e6..9a9aba8 100644 --- a/src/declarative/qml/qmlpropertyvalueinterceptor.cpp +++ b/src/declarative/qml/qmlpropertyvalueinterceptor.cpp @@ -47,6 +47,7 @@ QT_BEGIN_NAMESPACE /*! \class QmlPropertyValueInterceptor \brief The QmlPropertyValueInterceptor class is inherited by property interceptors such as Behavior. + \internal This class intercepts property writes, allowing for custom handling. For example, Behavior uses this interception to provide a default animation for all changes to a property's value. |