Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix warning
  • Loading branch information
jef-n committed Jun 27, 2014
1 parent 7e2494a commit 121145a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsnewvectorlayerdialog.cpp
Expand Up @@ -108,6 +108,7 @@ QgsNewVectorLayerDialog::~QgsNewVectorLayerDialog()

void QgsNewVectorLayerDialog::on_mFileFormatComboBox_currentIndexChanged( int index )
{
Q_UNUSED( index );
if ( mFileFormatComboBox->currentText() == tr( "ESRI Shapefile" ) )
mNameEdit->setMaxLength( 10 );
else
Expand Down

0 comments on commit 121145a

Please sign in to comment.