Skip to content

Commit 121145a

Browse files
committed
fix warning
1 parent 7e2494a commit 121145a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/qgsnewvectorlayerdialog.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ QgsNewVectorLayerDialog::~QgsNewVectorLayerDialog()
108108

109109
void QgsNewVectorLayerDialog::on_mFileFormatComboBox_currentIndexChanged( int index )
110110
{
111+
Q_UNUSED( index );
111112
if ( mFileFormatComboBox->currentText() == tr( "ESRI Shapefile" ) )
112113
mNameEdit->setMaxLength( 10 );
113114
else

0 commit comments

Comments
 (0)