summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qnamespace.qdoc')
-rw-r--r--src/corelib/global/qnamespace.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 9dd7cda24f..08df79af28 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -2111,6 +2111,13 @@
*/
/*!
+ \enum Qt::FindChildOption
+
+ \value FindDirectChildrenOnly Looks only at the direct children of the object.
+ \value FindChildrenRecursively Looks at all children of the object (recursive search).
+*/
+
+/*!
\enum Qt::DropAction
\value CopyAction Copy the data to the target.