From 56a4e72afa0df24cd0add559bbfc95886b8d4ceb Mon Sep 17 00:00:00 2001 From: Juha Vuolle Date: Fri, 31 May 2024 11:26:04 +0300 Subject: [PATCH] Add few qdoc \targets to QDesktopServices The targets are linked from qtnetworkauth documentation. Task-number: QTBUG-125344 Change-Id: I95cc746a2dac4d8a99278c7d3ac5edf4b201a41b Reviewed-by: Ivan Solovev (cherry picked from commit 9b0f58809be68a956fe3cfabce36d8fbb90208af) Reviewed-by: Qt Cherry-pick Bot --- src/gui/util/qdesktopservices.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/util/qdesktopservices.cpp b/src/gui/util/qdesktopservices.cpp index 4d98faf3981..7ca138b1b7d 100644 --- a/src/gui/util/qdesktopservices.cpp +++ b/src/gui/util/qdesktopservices.cpp @@ -210,6 +210,7 @@ bool QDesktopServices::openUrl(const QUrl &url) the destruction of the handler object does not overlap with concurrent invocations of openUrl() using it. + \target configuring qdesktopservices url handler on ios and macos \section1 iOS and \macos To use this function for receiving data from other apps on iOS/\macos @@ -239,6 +240,7 @@ bool QDesktopServices::openUrl(const QUrl &url) For more information, see the Apple Developer Documentation for \l {iOS: Supporting Associated Domains}{Supporting Associated Domains}. + \target configuring qdesktopservices url handler on android \section1 Android To use this function for receiving data from other apps on Android, you