summaryrefslogtreecommitdiff
path: root/src/extras
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras')
-rw-r--r--src/extras/PieMenu.qml2
-rw-r--r--src/extras/Tumbler.qml2
-rw-r--r--src/extras/doc/qtquickextras.qdocconf2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/extras/PieMenu.qml b/src/extras/PieMenu.qml
index d339795a..cfaaecbe 100644
--- a/src/extras/PieMenu.qml
+++ b/src/extras/PieMenu.qml
@@ -332,7 +332,7 @@ Control {
/*!
\qmlmethod void addItem(string text)
- Adds an item to the end of the menu items.
+ Adds a \a text item to the end of the menu items.
Equivalent to passing calling \c insertItem(menuItems.length, text).
diff --git a/src/extras/Tumbler.qml b/src/extras/Tumbler.qml
index a6208708..fe1dfed1 100644
--- a/src/extras/Tumbler.qml
+++ b/src/extras/Tumbler.qml
@@ -171,7 +171,7 @@ Control {
/*!
\qmlmethod int Tumbler::currentIndexAt(int columnIndex)
Returns the current index of the column at \a columnIndex, or \c null
- if the \a index is invalid.
+ if \a columnIndex is invalid.
*/
function currentIndexAt(columnIndex) {
if (!__isValidColumnIndex(columnIndex))
diff --git a/src/extras/doc/qtquickextras.qdocconf b/src/extras/doc/qtquickextras.qdocconf
index 7a82854c..9299bc98 100644
--- a/src/extras/doc/qtquickextras.qdocconf
+++ b/src/extras/doc/qtquickextras.qdocconf
@@ -28,7 +28,7 @@ qhp.QtQuickExtras.subprojects.qtquickextrasexamples.indexTitle = Qt Quick Extras
qhp.QtQuickExtras.subprojects.qtquickextrasexamples.selectors = fake:example
qhp.QtQuickExtras.subprojects.qtquickextrasexamples.sortPages = true
-depends = qtqml qtquick qtdoc qtquickcontrols1 qtgui
+depends = qtcore qtqml qtquick qtdoc qtquickcontrols1 qtgui
exampledirs += ../../../examples/quickcontrols/extras
examplesinstallpath = quickcontrols/extras