Skip to content

Commit

Permalink
fix dox
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 23, 2021
1 parent 4d6ca4f commit e25ff6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/core/auto_generated/auth/qgsauthmethod.sip.in
Expand Up @@ -42,7 +42,13 @@ Increment this if method is significantly updated, allow updater code to be writ
%End



virtual QWidget *editWidget( QWidget *parent ) const;
%Docstring
Constructs the configuration for the authentication method

.. versionadded:: 3.22
%End

QgsAuthMethod::Expansions supportedExpansions() const;
%Docstring
Expand Down
5 changes: 5 additions & 0 deletions src/core/auth/qgsauthmethod.h
Expand Up @@ -71,6 +71,11 @@ class CORE_EXPORT QgsAuthMethod : public QObject


#ifdef HAVE_GUI

/**
* Constructs the configuration for the authentication method
* \since QGIS 3.22
*/
virtual QWidget *editWidget( QWidget *parent ) const;
#endif

Expand Down

0 comments on commit e25ff6f

Please sign in to comment.