Added since 3.0 to the renamed class

This commit is contained in:
Alessandro Pasotti 2017-07-12 17:46:13 +02:00
parent 7bb797f8a9
commit 1e6a4ab301
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class QgsArcGisServiceSourceSelect : QDialog, protected Ui::QgsArcGisServiceSour
{
%Docstring
Generic class listing layers available from a remote service.
.. versionadded:: 3.0
%End
%TypeHeaderCode

View File

@ -29,6 +29,7 @@ class QgsOwsConnection;
/** \ingroup gui
* Generic class listing layers available from a remote service.
* \since QGIS 3.0
*/
class GUI_EXPORT QgsArcGisServiceSourceSelect : public QDialog, protected Ui::QgsArcGisServiceSourceSelectBase
{