mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Removed Q_UNUSED
This commit is contained in:
parent
524febe070
commit
90a82ba680
@ -187,7 +187,6 @@ QgsFeatureRequest QgsRelation::getReferencedFeatureRequest( const QgsAttributes&
|
||||
{
|
||||
int referencedIdx = referencedLayer()->fields().indexFromName( fieldPair.referencedField() );
|
||||
int referencingIdx = referencingLayer()->fields().indexFromName( fieldPair.referencingField() );
|
||||
Q_UNUSED( referencingIdx );
|
||||
|
||||
QgsField referencedField = referencedLayer()->fields().at( referencedIdx );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user