summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2017-11-09 22:46:09 +0100
committerAndy Shaw <andy.shaw@qt.io>2017-11-13 08:24:42 +0000
commit8715fc14d987d22fae0c230e32e048b8f655533b (patch)
tree9fda0306a138936fb769aeed97365b30dd00f788
parent2539c3d4537268691557388ee84efb4e907b7036 (diff)
Add clarifying documentation about QDesktopServices::openUrl
Change-Id: I2edca269b6f90511f4d41570a1ad08b7cc9d2f6a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Niels Weber <niels.weber@qt.io>
-rw-r--r--doc/scripting-api/qdesktopservices.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/scripting-api/qdesktopservices.qdoc b/doc/scripting-api/qdesktopservices.qdoc
index 4fa403dbd..037a0b6dd 100644
--- a/doc/scripting-api/qdesktopservices.qdoc
+++ b/doc/scripting-api/qdesktopservices.qdoc
@@ -80,6 +80,11 @@
Uses the URL scheme \c file to open the specified \a url with a suitable
application.
+
+ \warning A return value of \c true indicates that the installer has successfully
+ requested the operating system to open the URL in an external application. It may
+ still fail to launch or fail to open the requested URL. This result will not be
+ reported back to the installer.
*/
/*!