summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlpropertyvaluesource.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-05 13:22:30 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-05-05 13:22:30 (GMT)
commit7495bee56210a99b04f6c5497dc4ef8487fe3362 (patch)
tree18237db40e356a4484d836d4ee3943bf58eabf7c /src/declarative/qml/qmlpropertyvaluesource.cpp
parent98e4bd5b79f0a7ecd1381408ba95a32ae700b43d (diff)
downloadQt-7495bee56210a99b04f6c5497dc4ef8487fe3362.zip
Qt-7495bee56210a99b04f6c5497dc4ef8487fe3362.tar.gz
Qt-7495bee56210a99b04f6c5497dc4ef8487fe3362.tar.bz2
qdoc: Corrected some qdoc warnings.
Diffstat (limited to 'src/declarative/qml/qmlpropertyvaluesource.cpp')
-rw-r--r--src/declarative/qml/qmlpropertyvaluesource.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlpropertyvaluesource.cpp b/src/declarative/qml/qmlpropertyvaluesource.cpp
index 44e1952..4770929 100644
--- a/src/declarative/qml/qmlpropertyvaluesource.cpp
+++ b/src/declarative/qml/qmlpropertyvaluesource.cpp
@@ -59,14 +59,17 @@ QmlPropertyValueSource::QmlPropertyValueSource(QObject *parent)
{
}
+/*!
+ \internal
+ */
QmlPropertyValueSource::QmlPropertyValueSource(QObjectPrivate &dd, QObject *parent)
: QObject(dd, parent)
{
}
/*!
- Set the target \a property for the value source. This method will be called
- by the QML engine when assigning a value source.
+ Set the target \a property for the value source. This method will
+ be called by the QML engine when assigning a value source.
The default implementation does nothing.
*/