From ad2b58a567aef375da393901f3be2a620df97519 Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Fri, 29 Sep 2017 22:46:32 +0200 Subject: [PATCH] [auth] Added \since QGIS 3 --- python/gui/auth/qgsauthenticationwidget.sip | 1 + src/gui/auth/qgsauthenticationwidget.h | 1 + 2 files changed, 2 insertions(+) diff --git a/python/gui/auth/qgsauthenticationwidget.sip b/python/gui/auth/qgsauthenticationwidget.sip index 159c179841d..db62a4faa8b 100644 --- a/python/gui/auth/qgsauthenticationwidget.sip +++ b/python/gui/auth/qgsauthenticationwidget.sip @@ -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 diff --git a/src/gui/auth/qgsauthenticationwidget.h b/src/gui/auth/qgsauthenticationwidget.h index 5c6fa21cdae..fa8781b25e2 100644 --- a/src/gui/auth/qgsauthenticationwidget.h +++ b/src/gui/auth/qgsauthenticationwidget.h @@ -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 {