We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f895a commit 0acf991Copy full SHA for 0acf991
src/gui/editorwidgets/qgsqmlwidgetwrapper.cpp
@@ -99,6 +99,7 @@ void QgsQmlWidgetWrapper::setFeature( const QgsFeature &feature )
99
mWidget->rootContext()->setContextProperty( "expression", qmlExpression );
100
}
101
102
+///@cond PRIVATE
103
void QmlExpression::setExpressionContext( const QgsExpressionContext &context )
104
{
105
mExpressionContext = context;
@@ -110,3 +111,4 @@ QVariant QmlExpression::evaluate( const QString &expression ) const
110
111
exp.prepare( &mExpressionContext );
112
return exp.evaluate( &mExpressionContext );
113
114
+///@endcond
0 commit comments