diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-03-15 12:55:21 +0100 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-03-22 11:13:46 +0000 |
commit | e405d931678510d9f6f92d27a7834cb683665a5d (patch) | |
tree | 72298b71fd6d3a7736e5a282e6be0afa6aef504b | |
parent | 93953ab98639d6b3278769cace5f92122d3ed327 (diff) | |
download | qtlocation-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>
-rw-r--r-- | src/location/declarativemaps/qdeclarativepolygonmapitem_p.h | 1 | ||||
-rw-r--r-- | src/location/declarativemaps/qdeclarativepolylinemapitem_p.h | 1 |
2 files changed, 0 insertions, 2 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_; diff --git a/src/location/declarativemaps/qdeclarativepolylinemapitem_p.h b/src/location/declarativemaps/qdeclarativepolylinemapitem_p.h index 90e03b9a..ec57c980 100644 --- a/src/location/declarativemaps/qdeclarativepolylinemapitem_p.h +++ b/src/location/declarativemaps/qdeclarativepolylinemapitem_p.h @@ -164,7 +164,6 @@ protected Q_SLOTS: private: void regenerateCache(); void updateCache(); - void pathPropertyChanged(); QGeoPath geopath_; QList<QDoubleVector2D> geopathProjected_; |