OSDN Git Service

remove irrelevant note in QDesktopServices::unsetUrlHandler() documentation
authorIvailo Monev <xakepa10@gmail.com>
Mon, 28 Dec 2020 14:58:17 +0000 (16:58 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Mon, 28 Dec 2020 14:58:17 +0000 (16:58 +0200)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/gui/util/qdesktopservices.cpp

index ef4dc3f..dcf61be 100644 (file)
@@ -297,12 +297,6 @@ void QDesktopServices::unsetUrlHandler(const QString &scheme)
 
     \note The storage location returned can be a directory that does not exist; i.e., it
     may need to be created by the system or the user.
-
-    \note On Symbian OS, ApplicationsLocation always point /sys/bin folder on the same drive
-    with executable. FontsLocation always points to folder on ROM drive. Symbian OS does not
-    have desktop concept, DesktopLocation returns same path as DocumentsLocation.
-    Rest of the standard locations point to folder on same drive with executable, except
-    that if executable is in ROM the folder from C drive is returned.
 */
 QString QDesktopServices::storageLocation(StandardLocation type)
 {