summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2018-02-07 17:32:59 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-02-07 16:43:19 +0000
commit2184cee7b90bc4c2b612bfed5225e7ab7b1a0ff8 (patch)
tree7e16d6d19f4124d7f228c93dc698100d8b349106
parentd80a98e987390a5a355a8ed20c4e713c43d148dc (diff)
Set QGeoMapObjectPrivate::m_visible to true by default
Change-Id: I64ff6c1da227ff4da75944612badc646c5cba3c4 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
-rw-r--r--src/location/declarativemaps/qgeomapobject_p_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/declarativemaps/qgeomapobject_p_p.h b/src/location/declarativemaps/qgeomapobject_p_p.h
index 365298b3..000a992d 100644
--- a/src/location/declarativemaps/qgeomapobject_p_p.h
+++ b/src/location/declarativemaps/qgeomapobject_p_p.h
@@ -77,7 +77,7 @@ public:
QGeoMapObject *q = nullptr;
QPointer<QGeoMap> m_map;
bool m_componentCompleted = false;
- bool m_visible = false;
+ bool m_visible = true;
protected:
QGeoMapObjectPrivate(QGeoMapObject *q);