summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-03-15 12:55:21 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-03-22 11:13:46 +0000
commite405d931678510d9f6f92d27a7834cb683665a5d (patch)
tree72298b71fd6d3a7736e5a282e6be0afa6aef504b /src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
parent93953ab98639d6b3278769cace5f92122d3ed327 (diff)
downloadqtlocation-e405d931678510d9f6f92d27a7834cb683665a5d.tar.gz
Remove pathPropertyChanged() from Polyline,Polygon
This private method is not even implemented. Change-Id: I30c0e559d0264f1b0eb6d394c9675879b23be44e Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/location/declarativemaps/qdeclarativepolygonmapitem_p.h')
-rw-r--r--src/location/declarativemaps/qdeclarativepolygonmapitem_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h b/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
index 2e1f0d52..a928ae39 100644
--- a/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
+++ b/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
@@ -124,7 +124,6 @@ protected Q_SLOTS:
private:
void regenerateCache();
void updateCache();
- void pathPropertyChanged();
QGeoPath geopath_;
QList<QDoubleVector2D> geopathProjected_;