Skip to content

Commit 7528207

Browse files
committedOct 5, 2017
[auth] Sipify
1 parent 75e0948 commit 7528207

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎python/gui/auth/qgsauthsettingswidget.sip

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ class QgsAuthSettingsWidget : QWidget
1414
%Docstring
1515
Widget for entering authentication credentials both in the form username/password
1616
and by using QGIS Authentication Database and its authentication configurations.
17+
18+
The widget also offers the functionality to convert username/password credentials
19+
to an authentication configuration.
20+
1721
.. versionadded:: 3.0
1822
%End
1923

@@ -111,7 +115,7 @@ class QgsAuthSettingsWidget : QWidget
111115
static const QString formattedWarning( WarningType warning );
112116
%Docstring
113117
warning text message based upon where credentials are stored
114-
\param enum of warning type
118+
\param warning enum of warning type
115119
:return: pre-formatted warning text
116120
:rtype: str
117121
%End

0 commit comments

Comments
 (0)
Please sign in to comment.