mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -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
|
||||
%End
|
||||
|
||||
|
||||
~QgsDataSourceSelectDialog();
|
||||
|
||||
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,
|
||||
QWidget *parent = nullptr );
|
||||
|
||||
|
||||
~QgsDataSourceSelectDialog() override;
|
||||
|
||||
/**
|
||||
* Sets layer type filter to \a layerType and activates the filtering
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user