fix warning

This commit is contained in:
Juergen E. Fischer 2014-06-27 06:53:33 +02:00
parent 7e2494ae63
commit 121145ab61

View File

@ -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