summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2022-01-18 23:34:00 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-01-21 03:05:50 +0000
commit8cd4b7d184d150a6b3d1da4fe8dbcca65ce445b2 (patch)
tree64c692103e6ea1b0e4ccf00a0209a8c5fa241e35 /doc
parent5016e0e71e2c84a9315e62e11aeefce210a8dc70 (diff)
Document that QStandardPath::findExecutable works with absolute paths
Change-Id: Ib993fa9a5f2c68febac9820e241c8617bb8ba5bc Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit ea10fe66e53188767c5090b3b25d5bb7732c73a8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/includes/standardpath/functiondocs.qdocinc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/global/includes/standardpath/functiondocs.qdocinc b/doc/global/includes/standardpath/functiondocs.qdocinc
index 0431dd19cd..b830b5a956 100644
--- a/doc/global/includes/standardpath/functiondocs.qdocinc
+++ b/doc/global/includes/standardpath/functiondocs.qdocinc
@@ -55,6 +55,9 @@
Returns the absolute file path to the executable, or an empty
string if not found.
+ If the given \n executableName is an absolute path pointing to
+ an executable its clean path is returned.
+
//! [findExecutable]
//! [locate]