summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-11 12:36:34 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-05-11 15:36:44 (GMT)
commit99000ac499f553aede1b9f504f13ab1dabdf8af0 (patch)
tree260871ece50aff653cbf19d359139cd4fc38dae2 /src/gui
parent4da711fb4b2f6b1209cb6edd372397a9f2b7e8c6 (diff)
downloadQt-99000ac499f553aede1b9f504f13ab1dabdf8af0.zip
Qt-99000ac499f553aede1b9f504f13ab1dabdf8af0.tar.gz
Qt-99000ac499f553aede1b9f504f13ab1dabdf8af0.tar.bz2
Doc: Fixed qdoc warnings.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/util/qscroller.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/util/qscroller.cpp b/src/gui/util/qscroller.cpp
index 870d56f..8f2212d 100644
--- a/src/gui/util/qscroller.cpp
+++ b/src/gui/util/qscroller.cpp
@@ -401,7 +401,7 @@ void QScroller::setScrollerProperties(const QScrollerProperties &sp)
internal states of the widget that received the original mouse press
are consistent.
- \sa ungrabGesture, grabbedGesture
+ \sa ungrabGesture(), grabbedGesture()
*/
Qt::GestureType QScroller::grabGesture(QObject *target, ScrollerGestureType scrollGestureType)
{
@@ -445,7 +445,7 @@ Qt::GestureType QScroller::grabGesture(QObject *target, ScrollerGestureType scro
Returns the gesture type currently grabbed for the \a target or 0 if no
gesture is grabbed.
- \sa grabGesture, ungrabGesture
+ \sa grabGesture(), ungrabGesture()
*/
Qt::GestureType QScroller::grabbedGesture(QObject *target)
{
@@ -460,7 +460,7 @@ Qt::GestureType QScroller::grabbedGesture(QObject *target)
Ungrabs the gesture for the \a target.
Does nothing if no gesture is grabbed.
- \sa grabGesture, grabbedGesture
+ \sa grabGesture(), grabbedGesture()
*/
void QScroller::ungrabGesture(QObject *target)
{
@@ -723,7 +723,7 @@ void QScroller::scrollTo(const QPointF &pos, int scrollTime)
This function performs the actual scrolling by calling scrollTo().
- \sa scrollTo
+ \sa scrollTo()
*/
void QScroller::ensureVisible(const QRectF &rect, qreal xmargin, qreal ymargin)
{