summaryrefslogtreecommitdiffstats
path: root/doc/scripting-api/qdesktopservices.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/scripting-api/qdesktopservices.qdoc')
-rw-r--r--doc/scripting-api/qdesktopservices.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/scripting-api/qdesktopservices.qdoc b/doc/scripting-api/qdesktopservices.qdoc
index 1b639f1e2..126e0b843 100644
--- a/doc/scripting-api/qdesktopservices.qdoc
+++ b/doc/scripting-api/qdesktopservices.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -104,6 +104,6 @@
\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.
+ The \a pattern understands * and ? wildcards.
*/