summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/scripting-api/qdesktopservices.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/scripting-api/qdesktopservices.qdoc b/doc/scripting-api/qdesktopservices.qdoc
index 037a0b6dd..7c2b31ea3 100644
--- a/doc/scripting-api/qdesktopservices.qdoc
+++ b/doc/scripting-api/qdesktopservices.qdoc
@@ -99,3 +99,11 @@
Returns the specified \a location.
*/
+
+/*!
+ \qmlmethod array QDesktopServices::findFiles(string path, string pattern)
+
+ Returns file names matching \a pattern. Searches the files recursively from \a path.
+ \a Pattern understands * and ? wildcards.
+*/
+