Skip to content

Commit 9a6d319

Browse files
committed
doc
1 parent 21a772f commit 9a6d319

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/gui/editorwidgets/qgsqmlwidgetwrapper.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class GUI_EXPORT QgsQmlWidgetWrapper : public QgsWidgetWrapper
4747

4848
void initWidget( QWidget *editor ) override;
4949

50-
//! Clears the content and makes new initialization
50+
//! Clears the content and makes new initialisation
5151
void reinitWidget();
5252

5353
//! writes the \a qmlCode into a temporary file
@@ -77,9 +77,10 @@ class QmlExpression : public QObject
7777
Q_OBJECT
7878

7979
public:
80+
//! set the \a context of the expression
8081
void setExpressionContext( const QgsExpressionContext &context );
8182

82-
//! evaluates the value regarding the /a expression and the context
83+
//! evaluates the value regarding the \a expression and the context
8384
Q_INVOKABLE QVariant evaluate( const QString &expression ) const;
8485

8586
private:

0 commit comments

Comments
 (0)