From 64bd7a7cedf3e3d89fef49a6c0360de9a55df609 Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Mon, 5 Nov 2018 10:45:06 +0100 Subject: [PATCH] Added ~QgsDataSourceSelectDialog destructor --- python/gui/auto_generated/qgsdatasourceselectdialog.sip.in | 1 + src/gui/qgsdatasourceselectdialog.h | 3 +++ 2 files changed, 4 insertions(+) diff --git a/python/gui/auto_generated/qgsdatasourceselectdialog.sip.in b/python/gui/auto_generated/qgsdatasourceselectdialog.sip.in index 4b958beb4e5a..b478fa2d421d 100644 --- a/python/gui/auto_generated/qgsdatasourceselectdialog.sip.in +++ b/python/gui/auto_generated/qgsdatasourceselectdialog.sip.in @@ -44,6 +44,7 @@ Constructs a QgsDataSourceSelectDialog, optionally filtering by layer type :param parent: the object %End + ~QgsDataSourceSelectDialog(); void setLayerTypeFilter( QgsMapLayer::LayerType layerType ); diff --git a/src/gui/qgsdatasourceselectdialog.h b/src/gui/qgsdatasourceselectdialog.h index b1c8c1b56b45..956b12614d05 100644 --- a/src/gui/qgsdatasourceselectdialog.h +++ b/src/gui/qgsdatasourceselectdialog.h @@ -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 */