We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d002423 commit 449c2a2Copy full SHA for 449c2a2
src/core/qgsfield.h
@@ -190,8 +190,7 @@ class CORE_EXPORT QgsFields
190
{
191
for ( int i = 0; i < other.count(); ++i )
192
193
- if ( other.fieldOrigin( i ) != OriginJoin )
194
- append( other.at( i ), other.fieldOrigin( i ), other.fieldOriginIndex( i ) );
+ append( other.at( i ), other.fieldOrigin( i ), other.fieldOriginIndex( i ) );
195
}
196
197
inline const QgsField& operator[]( int i ) const { return mFields[i].field; }
0 commit comments