mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-08 00:06:51 -05:00
Merge pull request #61685 from agiudiceandrea/qgsattributetablemodel-debug-message
Fix debug message in qgsattributetablemodel.cpp
This commit is contained in:
commit
5c22e59ead
@ -93,7 +93,7 @@ bool QgsAttributeTableModel::loadFeatureAtId( QgsFeatureId fid ) const
|
|||||||
|
|
||||||
bool QgsAttributeTableModel::loadFeatureAtId( QgsFeatureId fid, int fieldIdx ) const
|
bool QgsAttributeTableModel::loadFeatureAtId( QgsFeatureId fid, int fieldIdx ) const
|
||||||
{
|
{
|
||||||
QgsDebugMsgLevel( QStringLiteral( "loading feature %1 with field %2" ).arg( fid, fieldIdx ), 3 );
|
QgsDebugMsgLevel( QStringLiteral( "loading feature %1 with field %2" ).arg( fid ).arg( fieldIdx ), 3 );
|
||||||
|
|
||||||
if ( mLayerCache->cacheSubsetOfAttributes().contains( fieldIdx ) )
|
if ( mLayerCache->cacheSubsetOfAttributes().contains( fieldIdx ) )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user