mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[auth] Added \since QGIS 3
This commit is contained in:
parent
0ec1743599
commit
ad2b58a567
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user