From 0e62896fdcbad014177ba11d88bbe46eb496ab2d Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Tue, 24 Sep 2013 16:41:12 +0200 Subject: Doc: Fixed and updated Qt Quick's \qmlmodule page -incremented version to Qt Quick 2.2 (in \qmlmodule page) -import changed to QtQuick 2.2 -\inqmlmodule no longer needs the version. QDoc will ignore the version but it is better to remove it now to avoid confusion Task-number: QTBUG-32172 Change-Id: I40b52e59667014720be40a35b3a8fb9836825e31 Reviewed-by: Gunnar Sletta --- src/quick/items/qquickdroparea.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/quick/items/qquickdroparea.cpp') diff --git a/src/quick/items/qquickdroparea.cpp b/src/quick/items/qquickdroparea.cpp index c12e156354..51037508e0 100644 --- a/src/quick/items/qquickdroparea.cpp +++ b/src/quick/items/qquickdroparea.cpp @@ -94,7 +94,7 @@ QQuickDropAreaPrivate::~QQuickDropAreaPrivate() /*! \qmltype DropArea \instantiates QQuickDropArea - \inqmlmodule QtQuick 2 + \inqmlmodule QtQuick \ingroup qtquick-input \brief For specifying drag and drop handling in an area @@ -330,7 +330,7 @@ void QQuickDropArea::dropEvent(QDropEvent *event) /*! \qmltype DragEvent \instantiates QQuickDropEvent - \inqmlmodule QtQuick 2 + \inqmlmodule QtQuick \ingroup qtquick-input-events \brief Provides information about a drag event -- cgit v1.2.3