From 4706b1ceff9af9141044ed3cf020ce5624bfa40f Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 1 Oct 2013 13:03:28 +0200 Subject: qdoc: no longer recognizes the version nr in QML refs All QML references of the form :::: have had the removed i. Task-number: QTBUG-33776 Change-Id: Idde279e0f254cd24ea44f9841662dd81a2c5bbc6 Reviewed-by: Jerome Pasion --- src/quick/items/qquickflipable.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/quick/items/qquickflipable.cpp') diff --git a/src/quick/items/qquickflipable.cpp b/src/quick/items/qquickflipable.cpp index 1be5cf473a..15ebf776aa 100644 --- a/src/quick/items/qquickflipable.cpp +++ b/src/quick/items/qquickflipable.cpp @@ -139,8 +139,8 @@ QQuickFlipable::~QQuickFlipable() } /*! - \qmlproperty Item QtQuick2::Flipable::front - \qmlproperty Item QtQuick2::Flipable::back + \qmlproperty Item QtQuick::Flipable::front + \qmlproperty Item QtQuick::Flipable::back The front and back sides of the flipable. */ @@ -203,7 +203,7 @@ void QQuickFlipable::retransformBack() } /*! - \qmlproperty enumeration QtQuick2::Flipable::side + \qmlproperty enumeration QtQuick::Flipable::side The side of the Flipable currently visible. Possible values are \c Flipable.Front and \c Flipable.Back. -- cgit v1.2.3