File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class GUI_EXPORT QgsQmlWidgetWrapper : public QgsWidgetWrapper
47
47
48
48
void initWidget ( QWidget *editor ) override ;
49
49
50
- // ! Clears the content and makes new initialization
50
+ // ! Clears the content and makes new initialisation
51
51
void reinitWidget ();
52
52
53
53
// ! writes the \a qmlCode into a temporary file
@@ -77,9 +77,10 @@ class QmlExpression : public QObject
77
77
Q_OBJECT
78
78
79
79
public:
80
+ // ! set the \a context of the expression
80
81
void setExpressionContext ( const QgsExpressionContext &context );
81
82
82
- // ! evaluates the value regarding the / a expression and the context
83
+ // ! evaluates the value regarding the \ a expression and the context
83
84
Q_INVOKABLE QVariant evaluate ( const QString &expression ) const ;
84
85
85
86
private:
You can’t perform that action at this time.
0 commit comments