summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-04-21 03:16:52 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-04-21 03:16:52 (GMT)
commit0b701d4a4036c2d03b95a83e92b82521782e96f1 (patch)
tree1fd72b6e87080ba2584a87cf8806046a5c85daea /src/declarative
parent81a3f8e7c11c69b2390582c768f1020e233d14cf (diff)
parent943a05c9f4d6520a6cbfabbe0d06bb42c339844f (diff)
downloadQt-0b701d4a4036c2d03b95a83e92b82521782e96f1.zip
Qt-0b701d4a4036c2d03b95a83e92b82521782e96f1.tar.gz
Qt-0b701d4a4036c2d03b95a83e92b82521782e96f1.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/qml/qdeclarativepropertyvaluesource.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativepropertyvaluesource.cpp b/src/declarative/qml/qdeclarativepropertyvaluesource.cpp
index b106d4f..a0ed78f 100644
--- a/src/declarative/qml/qdeclarativepropertyvaluesource.cpp
+++ b/src/declarative/qml/qdeclarativepropertyvaluesource.cpp
@@ -47,8 +47,10 @@ QT_BEGIN_NAMESPACE
/*!
\class QDeclarativePropertyValueSource
- \brief The QDeclarativePropertyValueSource class is inherited by property value sources such as animations and bindings.
- \internal
+ \brief The QDeclarativePropertyValueSource class is an interface for property value sources such as animations and bindings.
+
+ See \l{Property Value Sources} for information on writing custom property
+ value sources.
*/
/*!