Commit 2184cee7 authored by Paolo Angelelli's avatar Paolo Angelelli
Browse files

Set QGeoMapObjectPrivate::m_visible to true by default


Change-Id: I64ff6c1da227ff4da75944612badc646c5cba3c4
Reviewed-by: default avatarBogDan Vatra <bogdan@kdab.com>
Showing with 1 addition and 1 deletion
...@@ -77,7 +77,7 @@ public: ...@@ -77,7 +77,7 @@ public:
QGeoMapObject *q = nullptr; QGeoMapObject *q = nullptr;
QPointer<QGeoMap> m_map; QPointer<QGeoMap> m_map;
bool m_componentCompleted = false; bool m_componentCompleted = false;
bool m_visible = false; bool m_visible = true;
protected: protected:
QGeoMapObjectPrivate(QGeoMapObject *q); QGeoMapObjectPrivate(QGeoMapObject *q);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment