Skip to content

Commit

Permalink
Doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jul 6, 2021
1 parent 94056c8 commit af44d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsqueryresultwidget.sip.in
Expand Up @@ -63,7 +63,7 @@ Returns the sqlVectorLayerOptions

void executeQuery();
%Docstring
Executes the query
Starts executing the query.
%End

void showError( const QString &title, const QString &message, bool isSqlError = false );
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsqueryresultwidget.h
Expand Up @@ -117,7 +117,7 @@ class GUI_EXPORT QgsQueryResultWidget: public QWidget, private Ui::QgsQueryResul
public slots:

/**
* Executes the query
* Starts executing the query.
*/
void executeQuery();

Expand Down

0 comments on commit af44d35

Please sign in to comment.