summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.h
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-10-12 10:20:00 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-10-12 12:27:15 (GMT)
commitdf7155db6142e959db76a65cb47cae7f0338d538 (patch)
tree97e774998ee2c9b4ec78c22aaa14034c01597066 /src/gui/kernel/qevent.h
parentc214bde28cc346967471023a8046fd3866407277 (diff)
downloadQt-df7155db6142e959db76a65cb47cae7f0338d538.zip
Qt-df7155db6142e959db76a65cb47cae7f0338d538.tar.gz
Qt-df7155db6142e959db76a65cb47cae7f0338d538.tar.bz2
Added documentation for the Gesture API.
Reviewed-by: trustme
Diffstat (limited to 'src/gui/kernel/qevent.h')
-rw-r--r--src/gui/kernel/qevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h
index 224b479..3516222 100644
--- a/src/gui/kernel/qevent.h
+++ b/src/gui/kernel/qevent.h
@@ -826,7 +826,7 @@ public:
QGestureEvent(const QList<QGesture *> &gestures);
QList<QGesture *> allGestures() const;
- QGesture *gesture(Qt::GestureType type);
+ QGesture *gesture(Qt::GestureType type) const;
QList<QGesture *> activeGestures() const;
QList<QGesture *> canceledGestures() const;