@@ -241,9 +241,9 @@ QgsGrassModuleMultiParam::QgsGrassModuleMultiParam( QgsGrassModule *module, QStr
241
241
QDomElement &qdesc, QDomElement &gdesc, QDomNode &gnode,
242
242
bool direct, QWidget * parent )
243
243
: QgsGrassModuleGroupBoxItem( module , key, qdesc, gdesc, gnode, direct, parent )
244
- , mLayout(0 )
245
- , mParamsLayout(0 )
246
- , mButtonsLayout(0 )
244
+ , mLayout( 0 )
245
+ , mParamsLayout( 0 )
246
+ , mButtonsLayout( 0 )
247
247
{
248
248
adjustTitle ();
249
249
setToolTip ( mToolTip );
@@ -1183,7 +1183,7 @@ void QgsGrassModuleVectorField::updateFields()
1183
1183
{
1184
1184
QgsDebugMsg ( " entered" );
1185
1185
1186
- Q_FOREACH ( QComboBox *comboBox, mComboBoxList )
1186
+ Q_FOREACH ( QComboBox *comboBox, mComboBoxList )
1187
1187
{
1188
1188
QString current = comboBox->currentText ();
1189
1189
comboBox->clear ();
@@ -1216,17 +1216,17 @@ QStringList QgsGrassModuleVectorField::options()
1216
1216
QStringList list;
1217
1217
1218
1218
QStringList valueList;
1219
- Q_FOREACH ( QComboBox *comboBox, mComboBoxList )
1219
+ Q_FOREACH ( QComboBox *comboBox, mComboBoxList )
1220
1220
{
1221
- if ( !comboBox->currentText ().isEmpty () )
1221
+ if ( !comboBox->currentText ().isEmpty () )
1222
1222
{
1223
1223
valueList << comboBox->currentText ();
1224
1224
}
1225
1225
}
1226
1226
1227
1227
if ( !valueList.isEmpty () )
1228
1228
{
1229
- QString opt = mKey + " =" + valueList.join (" ," );
1229
+ QString opt = mKey + " =" + valueList.join ( " ," );
1230
1230
list << opt;
1231
1231
}
1232
1232
0 commit comments