diff options
author | Jerome Pasion <[email protected]> | 2013-09-24 16:41:12 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-09-25 13:51:51 +0200 |
commit | 0e62896fdcbad014177ba11d88bbe46eb496ab2d (patch) | |
tree | 97e7cb60ca408a407134eef6e9deb94a060227dd /src/quick/items/qquickpathview.cpp | |
parent | 89042598c4005c82a64e63ea6f628e24dc5ca979 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/quick/items/qquickpathview.cpp')
-rw-r--r-- | src/quick/items/qquickpathview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickpathview.cpp b/src/quick/items/qquickpathview.cpp index ff6397c9a0..166379341e 100644 --- a/src/quick/items/qquickpathview.cpp +++ b/src/quick/items/qquickpathview.cpp @@ -492,7 +492,7 @@ void QQuickPathViewPrivate::setDragging(bool d) /*! \qmltype PathView \instantiates QQuickPathView - \inqmlmodule QtQuick 2 + \inqmlmodule QtQuick \ingroup qtquick-paths \ingroup qtquick-views \inherits Item |