Skip to content

Commit

Permalink
[auth] Sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 5, 2017
1 parent 75e0948 commit 7528207
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/gui/auth/qgsauthsettingswidget.sip
Expand Up @@ -14,6 +14,10 @@ class QgsAuthSettingsWidget : QWidget
%Docstring
Widget for entering authentication credentials both in the form username/password
and by using QGIS Authentication Database and its authentication configurations.

The widget also offers the functionality to convert username/password credentials
to an authentication configuration.

.. versionadded:: 3.0
%End

Expand Down Expand Up @@ -111,7 +115,7 @@ class QgsAuthSettingsWidget : QWidget
static const QString formattedWarning( WarningType warning );
%Docstring
warning text message based upon where credentials are stored
\param enum of warning type
\param warning enum of warning type
:return: pre-formatted warning text
:rtype: str
%End
Expand Down

0 comments on commit 7528207

Please sign in to comment.