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>
This commit is contained in:
Andy Shaw 2017-11-09 22:46:09 +01:00
parent 2539c3d453
commit 8715fc14d9

View File

@ -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.
*/
/*!