Skip to content

Commit bf4604f

Browse files
authored
Typo
1 parent 4dfbb6b commit bf4604f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ void QgsValueRelationWidgetWrapper::setFeature( const QgsFeature &feature )
230230
// set in the next, which is typically the "down" in a drill-down
231231
QTimer::singleShot( 0, [ this ]
232232
{
233-
setValue( cache.at( 0 ).key );
233+
setValue( mCache.at( 0 ).key );
234234
} );
235235
}
236236
}

0 commit comments

Comments
 (0)