diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-03-16 14:55:30 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-05-11 14:51:35 (GMT) |
commit | 415039d9c9dab219505cc082981e2175a8977b03 (patch) | |
tree | e02514f725ad14185b2acaee3a79de1562323cd6 /src/gui/kernel/qevent.h | |
parent | d392c3073c10d053ffcd5d64d4f9d89a971fcb2d (diff) | |
download | Qt-415039d9c9dab219505cc082981e2175a8977b03.zip Qt-415039d9c9dab219505cc082981e2175a8977b03.tar.gz Qt-415039d9c9dab219505cc082981e2175a8977b03.tar.bz2 |
More documentation fixes.
Diffstat (limited to 'src/gui/kernel/qevent.h')
-rw-r--r-- | src/gui/kernel/qevent.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h index 48e420a..41005d8 100644 --- a/src/gui/kernel/qevent.h +++ b/src/gui/kernel/qevent.h @@ -719,8 +719,6 @@ class Q_GUI_EXPORT QGestureEvent : public QEvent public: QGestureEvent(const QList<QGesture*> &gestures, const QSet<QString> &cancelledGestures = QSet<QString>()); - // internal ctor - QGestureEvent(const QGestureEvent &gestures, const QPoint &offset); ~QGestureEvent(); bool contains(Qt::GestureType type) const; |