summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativegeomapitemview_p.h
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2018-04-17 14:25:00 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-04-17 13:36:28 +0000
commit9277ad55ad1a76492a3985460569d0a6fd15b08a (patch)
tree248152adf6a483d08f3b413a725e7027fa5aaf6c /src/location/declarativemaps/qdeclarativegeomapitemview_p.h
parent8e59256ac2dd92709be880ec91ec30bc6c0ff67b (diff)
downloadqtlocation-9277ad55ad1a76492a3985460569d0a6fd15b08a.tar.gz
Fix coding style in QDeclarativeGeoMapItemView
Replace trailing underscore with leading m_ Change-Id: I9c22beefa1819a33ff49dc26f4601af04eecaf58 Reviewed-by: J-P Nurmi <jpnurmi@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
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;