summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.h
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-03-16 14:55:30 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-05-11 14:51:35 (GMT)
commit415039d9c9dab219505cc082981e2175a8977b03 (patch)
treee02514f725ad14185b2acaee3a79de1562323cd6 /src/gui/kernel/qevent.h
parentd392c3073c10d053ffcd5d64d4f9d89a971fcb2d (diff)
downloadQt-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.h2
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;