summaryrefslogtreecommitdiffstats
path: root/src/gui/util
diff options
context:
space:
mode:
authorJuha Kukkonen <juha.kukkonen@nokia.com>2011-09-09 11:02:55 (GMT)
committerJuha Kukkonen <juha.kukkonen@nokia.com>2011-09-12 10:56:37 (GMT)
commit7042610c090d12de5cd893800dfea199c9a3d332 (patch)
treeeacc35e525374c02ffee88c0d3233ae960130284 /src/gui/util
parenta53e1a2bea83057aade9a4ffd0210040802b9595 (diff)
downloadQt-7042610c090d12de5cd893800dfea199c9a3d332.zip
Qt-7042610c090d12de5cd893800dfea199c9a3d332.tar.gz
Qt-7042610c090d12de5cd893800dfea199c9a3d332.tar.bz2
Update QDesktopServices openUrl() documentation on Symbian OS
QDesktopServices openUrl() does not reload the given URL if browser is already open unless application has SwEvent capability. Capability is required because this scenario involves sending a message to window group in other process. Task-number: QTBUG-15725 Reviewed-by: Honglei Zhang
Diffstat (limited to 'src/gui/util')
-rw-r--r--src/gui/util/qdesktopservices.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/util/qdesktopservices.cpp b/src/gui/util/qdesktopservices.cpp
index e79819e..05a1292 100644
--- a/src/gui/util/qdesktopservices.cpp
+++ b/src/gui/util/qdesktopservices.cpp
@@ -177,6 +177,9 @@ void QOpenUrlHandlerRegistry::handlerDestroyed(QObject *handler)
Unicode-aware, the user may have configured their client without these features.
Also, certain e-mail clients (e.g., Lotus Notes) have problems with long URLs.
+ \note On Symbian OS, \c SwEvent capability is required to open the given \a url
+ if the Web browser is already running.
+
\sa setUrlHandler()
*/
bool QDesktopServices::openUrl(const QUrl &url)