summaryrefslogtreecommitdiffstats
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-03-16 13:02:37 +0000
commitbe020a9b667e45b560433ba9e189e67ea2f1b694 (patch)
tree7a506f9b018516acbb888078ab684400da379fa6
parent04f5206e5ba7fe1b92c1f6d78606986251952e19 (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>
-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 4385b6446d..4cbf29cd45 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]