diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-22 14:01:09 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-22 14:01:09 (GMT) |
commit | fb8adb2b1d23ed1bd9f8c1e9ebb00ad9bd0023d7 (patch) | |
tree | 1ae31fd378d5793b5bc137730f7459138ee96102 /src/gui/kernel/qevent.h | |
parent | 3ead3dff7e713057b03cd2b969896f196b7ca2f0 (diff) | |
download | Qt-fb8adb2b1d23ed1bd9f8c1e9ebb00ad9bd0023d7.zip Qt-fb8adb2b1d23ed1bd9f8c1e9ebb00ad9bd0023d7.tar.gz Qt-fb8adb2b1d23ed1bd9f8c1e9ebb00ad9bd0023d7.tar.bz2 |
Fix qdoc warnings for QTouchEvent
Diffstat (limited to 'src/gui/kernel/qevent.h')
-rw-r--r-- | src/gui/kernel/qevent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h index ee81e78..ce3f0c0 100644 --- a/src/gui/kernel/qevent.h +++ b/src/gui/kernel/qevent.h @@ -766,7 +766,7 @@ public: { public: TouchPoint(int id = -1); - TouchPoint(const TouchPoint &other); + TouchPoint(const QTouchEvent::TouchPoint &other); ~TouchPoint(); int id() const; @@ -808,7 +808,7 @@ public: void setSceneRect(const QRectF &sceneRect); void setScreenRect(const QRectF &screenRect); void setPressure(qreal pressure); - TouchPoint &operator=(const TouchPoint &other); + QTouchEvent::TouchPoint &operator=(const QTouchEvent::TouchPoint &other); private: QTouchEventTouchPointPrivate *d; |