Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added since 3.0 to the renamed class
- Loading branch information
|
@@ -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 |
|
|
|
@@ -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 |
|
|
{ |
|
|