Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add doxygen commands in cpp
  • Loading branch information
signedav committed Sep 6, 2018
1 parent f6f895a commit 0acf991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/editorwidgets/qgsqmlwidgetwrapper.cpp
Expand Up @@ -99,6 +99,7 @@ void QgsQmlWidgetWrapper::setFeature( const QgsFeature &feature )
mWidget->rootContext()->setContextProperty( "expression", qmlExpression );
}

///@cond PRIVATE
void QmlExpression::setExpressionContext( const QgsExpressionContext &context )
{
mExpressionContext = context;
Expand All @@ -110,3 +111,4 @@ QVariant QmlExpression::evaluate( const QString &expression ) const
exp.prepare( &mExpressionContext );
return exp.evaluate( &mExpressionContext );
}
///@endcond

0 comments on commit 0acf991

Please sign in to comment.