From 237ff8235191bdc06f0ef80d76c8f9a0934413b9 Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Mon, 2 Nov 2009 17:01:43 +1000 Subject: Doc --- doc/src/declarative/qmlreference.qdoc | 5 ----- doc/src/declarative/tutorial3.qdoc | 2 +- src/declarative/util/qmlbind.cpp | 2 -- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/src/declarative/qmlreference.qdoc b/doc/src/declarative/qmlreference.qdoc index a56813c..f17e9d7 100644 --- a/doc/src/declarative/qmlreference.qdoc +++ b/doc/src/declarative/qmlreference.qdoc @@ -83,9 +83,4 @@ \list \o \l {elements}{QML Elements} \endlist - - \section1 Deprecated - \list - \o \l {tutorials-declarative-contacts.html}{Tutorial: 'Introduction to QML'} - \endlist */ diff --git a/doc/src/declarative/tutorial3.qdoc b/doc/src/declarative/tutorial3.qdoc index 1e67eee..290b535 100644 --- a/doc/src/declarative/tutorial3.qdoc +++ b/doc/src/declarative/tutorial3.qdoc @@ -38,7 +38,7 @@ This is equivalent to writing the two transitions separately. The \l ParallelAnimation element makes sure that the two types of animations (number and color) start at the same time. We could also run them one after the other by using \l SequentialAnimation instead. -For more details on states and transitions, see \l {states-transitions}{States and Transitions}. +For more details on states and transitions, see \l {QML States}. [Previous: \l {Tutorial 2 - QML Component}] [\l {Tutorial}] diff --git a/src/declarative/util/qmlbind.cpp b/src/declarative/util/qmlbind.cpp index eadad08..de6d48a 100644 --- a/src/declarative/util/qmlbind.cpp +++ b/src/declarative/util/qmlbind.cpp @@ -85,8 +85,6 @@ QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Binding,QmlBind) If the binding target or binding property is changed, the bound value is immediately pushed onto the new target. - - \sa {qmlforcpp}{Qt Declarative Markup Language For C++ Programmers} */ /*! \internal -- cgit v0.12