summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativegeomap_p.h
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-03-03 12:58:09 -0800
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-03-03 21:18:00 +0000
commit6447ad0b5d1beaefac767019591f1d6fea97d3fd (patch)
tree1fca4830b962d5270cff243340fd15cb2c167d2c /src/location/declarativemaps/qdeclarativegeomap_p.h
parent32ffdfbb4ed93df0e4b71a1ed0831813ddd51fe4 (diff)
downloadqtlocation-6447ad0b5d1beaefac767019591f1d6fea97d3fd.tar.gz
Notify when the map is initialized
This patch makes the map notify when the initialization is complete, and thus all the API functioning as expected, like fromCoordinate and toCoordinate. Change-Id: Idaebbcf910f32dd297bd5ebec6dffa166d015b4a Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/location/declarativemaps/qdeclarativegeomap_p.h')
-rw-r--r--src/location/declarativemaps/qdeclarativegeomap_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomap_p.h b/src/location/declarativemaps/qdeclarativegeomap_p.h
index c3d798f2..ab5732e4 100644
--- a/src/location/declarativemaps/qdeclarativegeomap_p.h
+++ b/src/location/declarativemaps/qdeclarativegeomap_p.h
@@ -202,6 +202,7 @@ Q_SIGNALS:
void maximumFieldOfViewChanged(qreal maximumFieldOfView);
void copyrightsChanged(const QImage &copyrightsImage);
void copyrightsChanged(const QString &copyrightsHtml);
+ void initialized();
protected:
void mousePressEvent(QMouseEvent *event) Q_DECL_OVERRIDE ;