summaryrefslogtreecommitdiff
path: root/src/imports/location/qdeclarativerectanglemapitem_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/qdeclarativerectanglemapitem_p.h')
-rw-r--r--src/imports/location/qdeclarativerectanglemapitem_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/location/qdeclarativerectanglemapitem_p.h b/src/imports/location/qdeclarativerectanglemapitem_p.h
index 1005e7b9..89db675c 100644
--- a/src/imports/location/qdeclarativerectanglemapitem_p.h
+++ b/src/imports/location/qdeclarativerectanglemapitem_p.h
@@ -68,8 +68,8 @@ class QDeclarativeRectangleMapItem: public QDeclarativeGeoMapItemBase
{
Q_OBJECT
- Q_PROPERTY(QDeclarativeCoordinate* topLeft READ topLeft WRITE setTopLeft NOTIFY topLeftChanged)
- Q_PROPERTY(QDeclarativeCoordinate* bottomRight READ bottomRight WRITE setBottomRight NOTIFY bottomRightChanged)
+ Q_PROPERTY(QDeclarativeCoordinate *topLeft READ topLeft WRITE setTopLeft NOTIFY topLeftChanged)
+ Q_PROPERTY(QDeclarativeCoordinate *bottomRight READ bottomRight WRITE setBottomRight NOTIFY bottomRightChanged)
Q_PROPERTY(QColor color READ color WRITE setColor NOTIFY colorChanged)
Q_PROPERTY(QDeclarativeMapLineProperties *border READ border)
@@ -77,14 +77,14 @@ public:
explicit QDeclarativeRectangleMapItem(QQuickItem *parent = 0);
~QDeclarativeRectangleMapItem();
- virtual void setMap(QDeclarativeGeoMap* quickMap, QGeoMap *map);
+ virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map);
//from QuickItem
virtual QSGNode *updateMapItemPaintNode(QSGNode *, UpdatePaintNodeData *);
- QDeclarativeCoordinate* topLeft();
+ QDeclarativeCoordinate *topLeft();
void setTopLeft(QDeclarativeCoordinate *center);
- QDeclarativeCoordinate* bottomRight();
+ QDeclarativeCoordinate *bottomRight();
void setBottomRight(QDeclarativeCoordinate *center);
QColor color() const;