From 943a05c9f4d6520a6cbfabbe0d06bb42c339844f Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Wed, 21 Apr 2010 13:11:41 +1000 Subject: Remove \internal from QDeclarativePropertyValueSource. It should be public according to the docs. --- src/declarative/qml/qdeclarativepropertyvaluesource.cpp | 6 ++++-- 1 file 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. */ /*! -- cgit v0.12