Update src/core/providers/qgsprovidersublayermodel.cpp

This commit is contained in:
Even Rouault 2021-07-06 08:52:56 +02:00 committed by Nyall Dawson
parent 9a024464f6
commit 8d68fdcd91

View File

@ -103,7 +103,7 @@ int QgsProviderSublayerModel::rowCount( const QModelIndex &parent ) const
}
else
{
//no children for nw
//no children for now
return 0;
}
}