Home
last modified time | relevance | path

Searched refs:maxListed (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/providers/postgres/
H A Dqgspostgresdataitemguiprovider.cpp296 const int maxListed = 10; in deleteSchema() local
301 if ( idx == maxListed - 1 ) in deleteSchema()
309 if ( count > maxListed ) in deleteSchema()
311 objects += QStringLiteral( "\n[%1 additional objects not listed]" ).arg( count - maxListed ); in deleteSchema()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/postgres/
H A Dqgspostgresdataitemguiprovider.cpp294 int maxListed = 10; in deleteSchema() local
299 if ( idx == maxListed - 1 ) in deleteSchema()
307 if ( count > maxListed ) in deleteSchema()
309 objects += QStringLiteral( "\n[%1 additional objects not listed]" ).arg( count - maxListed ); in deleteSchema()