diff options
Diffstat (limited to 'src/gui/kernel/qevent.h')
-rw-r--r-- | src/gui/kernel/qevent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h index be7c6d0..ee81e78 100644 --- a/src/gui/kernel/qevent.h +++ b/src/gui/kernel/qevent.h @@ -772,6 +772,7 @@ public: int id() const; Qt::TouchPointState state() const; + bool isPrimary() const; QPointF pos() const; QPointF startPos() const; @@ -793,7 +794,7 @@ public: // internal void setId(int id); - void setState(Qt::TouchPointState state); + void setState(Qt::TouchPointStates state); void setPos(const QPointF &pos); void setScenePos(const QPointF &scenePos); void setScreenPos(const QPointF &screenPos); |