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 )
|
void QgsNewVectorLayerDialog::on_mFileFormatComboBox_currentIndexChanged( int index )
|
||||||
{
|
{
|
||||||
|
Q_UNUSED( index );
|
||||||
if ( mFileFormatComboBox->currentText() == tr( "ESRI Shapefile" ) )
|
if ( mFileFormatComboBox->currentText() == tr( "ESRI Shapefile" ) )
|
||||||
mNameEdit->setMaxLength( 10 );
|
mNameEdit->setMaxLength( 10 );
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user