[auth] Added \since QGIS 3

This commit is contained in:
Alessandro Pasotti 2017-09-29 22:46:32 +02:00
parent 0ec1743599
commit ad2b58a567
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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
{