summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2018-03-14 13:33:04 +0200
committerKatja Marttila <katja.marttila@qt.io>2018-03-26 08:46:30 +0000
commit6664ca85f09d6ae195ac30f83a60d53c2355da0f (patch)
treef5e5a80c9e5b47d7e77679f08ccad682c81fdd98 /doc
parent3f281b049c814602130dd433cedae84e44b28838 (diff)
Add findFiles method
Task-number: QTIFW-1094 Change-Id: Ibc37e9b568f7f54e37f6ed6a5b040940cab5aebd Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
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.
+*/
+