mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
[Server] Replace list.size() > 0 by !list.isEmpty()
This commit is contained in:
parent
4ab6a06527
commit
ad14373aa6
@ -85,7 +85,7 @@ namespace QgsWfs
|
||||
fids.insert( fid.toInt() );
|
||||
}
|
||||
|
||||
if ( fids.size() > 0 )
|
||||
if ( !fids.isEmpty() )
|
||||
{
|
||||
request.setFilterFids( fids );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user