summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.h
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-06-22 14:01:09 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-06-22 14:01:09 (GMT)
commitfb8adb2b1d23ed1bd9f8c1e9ebb00ad9bd0023d7 (patch)
tree1ae31fd378d5793b5bc137730f7459138ee96102 /src/gui/kernel/qevent.h
parent3ead3dff7e713057b03cd2b969896f196b7ca2f0 (diff)
downloadQt-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.h4
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;