We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent cb3e909 commit b2ee8c0Copy full SHA for b2ee8c0
src/app/qgisapp.cpp
@@ -8801,7 +8801,7 @@ void QgisApp::pasteFromClipboard( QgsMapLayer *destinationLayer )
8801
}
8802
8803
QgsAttributeMap attrMap;
8804
- for ( int i = 0; i < feature.fields().count(); i++ )
+ for ( int i = 0; i < feature.attributes().count(); i++ )
8805
{
8806
attrMap[i] = feature.attribute( i );
8807
0 commit comments