summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-05-11 14:49:09 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-05-11 15:08:18 (GMT)
commit0466a193fd1b8bd7c6f165c3032c47a08a881529 (patch)
tree582d253963069364a8a6d1be39e540dc53f59006 /src/gui/kernel/qwidget.cpp
parentfd55642d60b852fbd175a9ea7c1a2457c6f611aa (diff)
downloadQt-0466a193fd1b8bd7c6f165c3032c47a08a881529.zip
Qt-0466a193fd1b8bd7c6f165c3032c47a08a881529.tar.gz
Qt-0466a193fd1b8bd7c6f165c3032c47a08a881529.tar.bz2
Added missing \since 4.6 doc tag
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r--src/gui/kernel/qwidget.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp
index 22c2ea7..1be4573 100644
--- a/src/gui/kernel/qwidget.cpp
+++ b/src/gui/kernel/qwidget.cpp
@@ -11024,6 +11024,8 @@ QWindowSurface *QWidget::windowSurface() const
}
/*!
+ \since 4.6
+
Subscribes the widget to the specified \a gesture type.
Returns the id of the gesture.
@@ -11057,6 +11059,8 @@ bool QWidgetPrivate::releaseGesture(int gestureId)
}
/*!
+ \since 4.6
+
Subscribes the widget to the specified \a gesture type.
Returns the id of the gesture.
@@ -11069,6 +11073,8 @@ int QWidget::grabGesture(Qt::GestureType gesture)
}
/*!
+ \since 4.6
+
Unsubscribes the widget from a gesture, which is specified by the
\a gestureId.
@@ -11082,6 +11088,8 @@ void QWidget::releaseGesture(int gestureId)
}
/*!
+ \since 4.6
+
If \a enable is true, the gesture with the given \a gestureId is
enabled; otherwise the gesture is disabled.