mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Added ~QgsDataSourceSelectDialog destructor
This commit is contained in:
parent
f02345bd8b
commit
64bd7a7ced
@ -44,6 +44,7 @@ Constructs a QgsDataSourceSelectDialog, optionally filtering by layer type
|
|||||||
:param parent: the object
|
:param parent: the object
|
||||||
%End
|
%End
|
||||||
|
|
||||||
|
|
||||||
~QgsDataSourceSelectDialog();
|
~QgsDataSourceSelectDialog();
|
||||||
|
|
||||||
void setLayerTypeFilter( QgsMapLayer::LayerType layerType );
|
void setLayerTypeFilter( QgsMapLayer::LayerType layerType );
|
||||||
|
@ -60,6 +60,9 @@ class GUI_EXPORT QgsDataSourceSelectDialog: public QDialog, private Ui::QgsDataS
|
|||||||
const QgsMapLayer::LayerType &layerType = QgsMapLayer::LayerType::VectorLayer,
|
const QgsMapLayer::LayerType &layerType = QgsMapLayer::LayerType::VectorLayer,
|
||||||
QWidget *parent = nullptr );
|
QWidget *parent = nullptr );
|
||||||
|
|
||||||
|
|
||||||
|
~QgsDataSourceSelectDialog() override;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets layer type filter to \a layerType and activates the filtering
|
* Sets layer type filter to \a layerType and activates the filtering
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user