diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-08-27 05:02:50 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-08-27 05:02:50 (GMT) |
commit | f37a3adcdb990015f1f1583b267ff6f680844236 (patch) | |
tree | 18dba9dd31dd98a4484ed4f6d3a4065cdc491932 /src/declarative/util/qdeclarativepropertychanges.cpp | |
parent | 34a107454426db2f40b3be31923b8a5ce1d84f6e (diff) | |
download | Qt-f37a3adcdb990015f1f1583b267ff6f680844236.zip Qt-f37a3adcdb990015f1f1583b267ff6f680844236.tar.gz Qt-f37a3adcdb990015f1f1583b267ff6f680844236.tar.bz2 |
Remove pointless \internal docs (that contain no information)
Diffstat (limited to 'src/declarative/util/qdeclarativepropertychanges.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativepropertychanges.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/declarative/util/qdeclarativepropertychanges.cpp b/src/declarative/util/qdeclarativepropertychanges.cpp index c28ada3..e897458 100644 --- a/src/declarative/util/qdeclarativepropertychanges.cpp +++ b/src/declarative/util/qdeclarativepropertychanges.cpp @@ -127,12 +127,6 @@ QT_BEGIN_NAMESPACE */ /*! - \internal - \class QDeclarativePropertyChanges - \brief The QDeclarativePropertyChanges class describes new property values for a state. -*/ - -/*! \qmlproperty Object PropertyChanges::target This property holds the object which contains the properties to be changed. */ |