summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativegeomapitemview_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativemaps/qdeclarativegeomapitemview_p.h')
-rw-r--r--src/location/declarativemaps/qdeclarativegeomapitemview_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomapitemview_p.h b/src/location/declarativemaps/qdeclarativegeomapitemview_p.h
index 8f1a081f..e1132025 100644
--- a/src/location/declarativemaps/qdeclarativegeomapitemview_p.h
+++ b/src/location/declarativemaps/qdeclarativegeomapitemview_p.h
@@ -129,13 +129,13 @@ private:
void terminateOngoingRepopulation();
void removeItemData(QDeclarativeGeoMapItemViewItemData *itemData);
- bool componentCompleted_;
- QQmlComponent *delegate_;
- QAbstractItemModel *itemModel_;
- QDeclarativeGeoMap *map_;
+ bool m_componentCompleted;
+ QQmlComponent *m_delegate;
+ QAbstractItemModel *m_itemModel;
+ QDeclarativeGeoMap *m_map;
QVector<QDeclarativeGeoMapItemViewItemData *> m_itemData;
QVector<QDeclarativeGeoMapItemViewItemData *> m_itemDataBatched;
- bool fitViewport_;
+ bool m_fitViewport;
QQmlOpenMetaObjectType *m_metaObjectType;
int m_readyIncubators;