Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Sep 6, 2018
1 parent 21a772f commit 9a6d319
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/gui/editorwidgets/qgsqmlwidgetwrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class GUI_EXPORT QgsQmlWidgetWrapper : public QgsWidgetWrapper

void initWidget( QWidget *editor ) override;

//! Clears the content and makes new initialization
//! Clears the content and makes new initialisation
void reinitWidget();

//! writes the \a qmlCode into a temporary file
Expand Down Expand Up @@ -77,9 +77,10 @@ class QmlExpression : public QObject
Q_OBJECT

public:
//! set the \a context of the expression
void setExpressionContext( const QgsExpressionContext &context );

//! evaluates the value regarding the /a expression and the context
//! evaluates the value regarding the \a expression and the context
Q_INVOKABLE QVariant evaluate( const QString &expression ) const;

private:
Expand Down

0 comments on commit 9a6d319

Please sign in to comment.