Skip to content

Commit

Permalink
[auth] Added \since QGIS 3
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 29, 2017
1 parent 0ec1743 commit ad2b58a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/gui/auth/qgsauthenticationwidget.sip
Expand Up @@ -14,6 +14,7 @@ class QgsAuthenticationWidget : QWidget
%Docstring
Widget for entering authentication credentials both in the form username/password
and by using QGIS Authentication Database and its authentication configurations.
.. versionadded:: 3.0
%End

%TypeHeaderCode
Expand Down
1 change: 1 addition & 0 deletions src/gui/auth/qgsauthenticationwidget.h
Expand Up @@ -26,6 +26,7 @@
/** \ingroup gui
* Widget for entering authentication credentials both in the form username/password
* and by using QGIS Authentication Database and its authentication configurations.
* \since QGIS 3.0
*/
class GUI_EXPORT QgsAuthenticationWidget : public QWidget, private Ui::QgsAuthenticationWidget
{
Expand Down

0 comments on commit ad2b58a

Please sign in to comment.