summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qscreen.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/qscreen.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/qscreen.cpp')
-rw-r--r--src/gui/kernel/qscreen.cpp15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/gui/kernel/qscreen.cpp b/src/gui/kernel/qscreen.cpp
index 5d32a837f8..497c095e37 100644
--- a/src/gui/kernel/qscreen.cpp
+++ b/src/gui/kernel/qscreen.cpp
@@ -286,8 +286,7 @@ QList<QScreen *> QScreen::virtualSiblings() const
}
/*!
- \property QScreen::virtualSize
- \brief the pixel size of the virtual desktop corresponding to this screen
+ Returns the pixel size of the virtual desktop corresponding to this screen.
This is the combined size of the virtual siblings' individual geometries.
@@ -315,13 +314,11 @@ QRect QScreen::virtualGeometry() const
}
/*!
- \property QScreen::availableVirtualSize
- \brief the available pixel size of the virtual desktop corresponding to this screen
+ Returns the available pixel size of the virtual desktop corresponding to this screen.
This is the combined size of the virtual siblings' individual available geometries.
- \sa availableSize()
- \sa virtualSiblings()
+ \sa availableSize(), virtualSiblings()
*/
QSize QScreen::availableVirtualSize() const
{
@@ -329,13 +326,11 @@ QSize QScreen::availableVirtualSize() const
}
/*!
- \property QScreen::availableVirtualGeometry
- \brief the available size of the virtual desktop corresponding to this screen
+ Returns the available size of the virtual desktop corresponding to this screen.
This is the union of the virtual siblings' individual available geometries.
- \sa availableGeometry()
- \sa virtualSiblings()
+ \sa availableGeometry(), virtualSiblings()
*/
QRect QScreen::availableVirtualGeometry() const
{