summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformservices.cpp
diff options
context:
space:
mode:
authoraavit <qt_aavit@ovi.com>2012-08-30 14:25:17 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-30 21:43:36 +0200
commit244e3e2aa0dcc53c18cb55dabdd88f9d5c4b521a (patch)
tree22c0db835bb4352bf3196d7e4b2d384eeb835b94 /src/gui/kernel/qplatformservices.cpp
parentdc5359a312c0cd193acddac7d73815c5ab8a5e39 (diff)
Doc: Fix various errors
Change-Id: I07503dd379779148b674ab0f806f6eeac5d7d4b7 Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
Diffstat (limited to 'src/gui/kernel/qplatformservices.cpp')
-rw-r--r--src/gui/kernel/qplatformservices.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformservices.cpp b/src/gui/kernel/qplatformservices.cpp
index 9a1ea404ef..91842468d8 100644
--- a/src/gui/kernel/qplatformservices.cpp
+++ b/src/gui/kernel/qplatformservices.cpp
@@ -73,7 +73,8 @@ bool QPlatformServices::openDocument(const QUrl &url)
/*!
* \brief QPlatformServices::desktopEnvironment returns the active desktop environment.
- * \return On Unix this function returns KDE, GNOME or UNKNOWN.
+ *
+ * On Unix this function returns KDE, GNOME or UNKNOWN.
*/
QByteArray QPlatformServices::desktopEnvironment() const
{