Skip to content

Commit 0acf991

Browse files
committed
add doxygen commands in cpp
1 parent f6f895a commit 0acf991

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/editorwidgets/qgsqmlwidgetwrapper.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ void QgsQmlWidgetWrapper::setFeature( const QgsFeature &feature )
9999
mWidget->rootContext()->setContextProperty( "expression", qmlExpression );
100100
}
101101

102+
///@cond PRIVATE
102103
void QmlExpression::setExpressionContext( const QgsExpressionContext &context )
103104
{
104105
mExpressionContext = context;
@@ -110,3 +111,4 @@ QVariant QmlExpression::evaluate( const QString &expression ) const
110111
exp.prepare( &mExpressionContext );
111112
return exp.evaluate( &mExpressionContext );
112113
}
114+
///@endcond

0 commit comments

Comments
 (0)