aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/jsextensions
diff options
context:
space:
mode:
authorRaphael Cotty <raphael.cotty@gmail.com>2022-02-23 10:56:25 +0100
committerRaphaƫl Cotty <raphael.cotty@gmail.com>2022-08-08 14:12:30 +0000
commit4c47fbfb0812fc1ce90fd26411382e3c3bb7f839 (patch)
treed5ecfa7411d57604440d3152bbd5db9b66b47d33 /doc/reference/jsextensions
parent410663de171a2db695bd17075042ee8a7372a890 (diff)
Add executableSuffix to the FileInfo service
Change-Id: I86c24c6ad1ea0daf298b71501a6719c8b2650c1c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc/reference/jsextensions')
-rw-r--r--doc/reference/jsextensions/jsextension-fileinfo.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/reference/jsextensions/jsextension-fileinfo.qdoc b/doc/reference/jsextensions/jsextension-fileinfo.qdoc
index cb0eb7c43..d58c1a9e9 100644
--- a/doc/reference/jsextensions/jsextension-fileinfo.qdoc
+++ b/doc/reference/jsextensions/jsextension-fileinfo.qdoc
@@ -164,4 +164,11 @@
\endcode
Returns the host operating system path separator.
\funsince 1.22
+
+ \section2 executableSuffix
+ \code
+ FileInfo.executableSuffix(): string
+ \endcode
+ Returns the host operating system executable suffix.
+ \funsince 1.23
*/