diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-21 03:11:41 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-21 03:11:41 (GMT) |
commit | 943a05c9f4d6520a6cbfabbe0d06bb42c339844f (patch) | |
tree | 1fd5a444547c0273c757365301cd272a538955cf /src/declarative | |
parent | eae458702a1201c450190e4d2dc79be9c68cdca0 (diff) | |
download | Qt-943a05c9f4d6520a6cbfabbe0d06bb42c339844f.zip Qt-943a05c9f4d6520a6cbfabbe0d06bb42c339844f.tar.gz Qt-943a05c9f4d6520a6cbfabbe0d06bb42c339844f.tar.bz2 |
Remove \internal from QDeclarativePropertyValueSource. It should be
public according to the docs.
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/qml/qdeclarativepropertyvaluesource.cpp | 6 |
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. */ /*! |