mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
fix warning
This commit is contained in:
parent
7e2494ae63
commit
121145ab61
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user