Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Doxy
  • Loading branch information
elpaso committed Jul 6, 2021
1 parent 24a9c1a commit 7460e4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Expand Up @@ -50,7 +50,9 @@ Set field names to ``fieldNames`` to be added to the lexer API.

QStringList fieldNames() const;
%Docstring
Return field names from the lexer API.
Returns field names from the lexer API.

.. versionadded:: 3.22
%End

void setExtraKeywords( const QStringList &extraKeywords );
Expand Down
3 changes: 2 additions & 1 deletion src/gui/codeeditors/qgscodeeditorsql.h
Expand Up @@ -57,7 +57,8 @@ class GUI_EXPORT QgsCodeEditorSQL : public QgsCodeEditor
void setFieldNames( const QStringList &fieldNames );

/**
* Return field names from the lexer API.
* Returns field names from the lexer API.
* \since QGIS 3.22
*/
QStringList fieldNames() const;

Expand Down

0 comments on commit 7460e4f

Please sign in to comment.