summaryrefslogtreecommitdiff
path: root/src/imports/location/qdeclarativegeomapmouseevent_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/qdeclarativegeomapmouseevent_p.h')
-rw-r--r--src/imports/location/qdeclarativegeomapmouseevent_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/location/qdeclarativegeomapmouseevent_p.h b/src/imports/location/qdeclarativegeomapmouseevent_p.h
index 7d1f90ca..e08084f4 100644
--- a/src/imports/location/qdeclarativegeomapmouseevent_p.h
+++ b/src/imports/location/qdeclarativegeomapmouseevent_p.h
@@ -59,7 +59,7 @@ class QDeclarativeGeoMapMouseEvent : public QObject
Q_PROPERTY(bool wasHeld READ wasHeld)
Q_PROPERTY(int x READ x)
Q_PROPERTY(int y READ y)
- Q_PROPERTY(QDeclarativeCoordinate* coordinate READ coordinate)
+ Q_PROPERTY(QDeclarativeCoordinate *coordinate READ coordinate)
public:
explicit QDeclarativeGeoMapMouseEvent(QObject *parent = 0);
@@ -87,7 +87,7 @@ public:
int y() const;
void setCoordinate(const QGeoCoordinate &coordinate);
- QDeclarativeCoordinate* coordinate();
+ QDeclarativeCoordinate *coordinate();
private:
bool accepted_;