@@ -131,26 +131,26 @@ class APP_EXPORT QgsSnappingWidget : public QWidget
131
131
132
132
QAction *mEnabledAction = nullptr ;
133
133
QToolButton *mModeButton = nullptr ;
134
- QAction *mModeAction ; // hide widget does not work on toolbar, action needed
134
+ QAction *mModeAction = nullptr ; // hide widget does not work on toolbar, action needed
135
135
QAction *mAllLayersAction = nullptr ;
136
136
QAction *mActiveLayerAction = nullptr ;
137
137
QAction *mAdvancedModeAction = nullptr ;
138
138
QAction *mEditAdvancedConfigAction = nullptr ;
139
139
QToolButton *mTypeButton = nullptr ;
140
- QAction *mTypeAction ; // hide widget does not work on toolbar, action needed
140
+ QAction *mTypeAction = nullptr ; // hide widget does not work on toolbar, action needed
141
141
QAction *mVertexAction = nullptr ;
142
142
QAction *mSegmentAction = nullptr ;
143
143
QAction *mVertexAndSegmentAction = nullptr ;
144
144
QDoubleSpinBox *mToleranceSpinBox = nullptr ;
145
- QAction *mToleranceAction ; // hide widget does not work on toolbar, action needed
145
+ QAction *mToleranceAction = nullptr ; // hide widget does not work on toolbar, action needed
146
146
QComboBox *mUnitsComboBox = nullptr ;
147
- QAction *mUnitAction ; // hide widget does not work on toolbar, action needed
147
+ QAction *mUnitAction = nullptr ; // hide widget does not work on toolbar, action needed
148
148
QAction *mTopologicalEditingAction = nullptr ;
149
149
QAction *mIntersectionSnappingAction = nullptr ;
150
150
QAction *mEnableTracingAction = nullptr ;
151
151
QgsDoubleSpinBox *mTracingOffsetSpinBox = nullptr ;
152
152
QTreeView *mLayerTreeView = nullptr ;
153
- QgsFloatingWidget *mAdvancedConfigContainer ;
153
+ QgsFloatingWidget *mAdvancedConfigContainer = nullptr ;
154
154
155
155
void cleanGroup ( QgsLayerTreeNode *node );
156
156
};
0 commit comments