File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ class QgsAuthSettingsWidget : QWidget
14
14
%Docstring
15
15
Widget for entering authentication credentials both in the form username/password
16
16
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
+
17
21
.. versionadded:: 3.0
18
22
%End
19
23
@@ -111,7 +115,7 @@ class QgsAuthSettingsWidget : QWidget
111
115
static const QString formattedWarning( WarningType warning );
112
116
%Docstring
113
117
warning text message based upon where credentials are stored
114
- \param enum of warning type
118
+ \param warning enum of warning type
115
119
:return: pre-formatted warning text
116
120
:rtype: str
117
121
%End
You can’t perform that action at this time.
0 commit comments