diff options
author | Pasi Pentikainen <pasi.a.pentikainen@nokia.com> | 2011-09-13 09:24:58 (GMT) |
---|---|---|
committer | Pasi Pentikainen <pasi.a.pentikainen@nokia.com> | 2011-09-13 09:24:58 (GMT) |
commit | cb7c3b8f837d123cef1a180b700b53869cc77ea6 (patch) | |
tree | 339887db1cbe14430f19d1d60b6d2f375987d598 /src/gui/util | |
parent | 6d408941774f60d79c8d1e3fd1131c5572de51c3 (diff) | |
parent | 7042610c090d12de5cd893800dfea199c9a3d332 (diff) | |
download | Qt-cb7c3b8f837d123cef1a180b700b53869cc77ea6.zip Qt-cb7c3b8f837d123cef1a180b700b53869cc77ea6.tar.gz Qt-cb7c3b8f837d123cef1a180b700b53869cc77ea6.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-flex
Diffstat (limited to 'src/gui/util')
-rw-r--r-- | src/gui/util/qdesktopservices.cpp | 3 |
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) |