Skip to content

Commit 64bd7a7

Browse files
committedNov 5, 2018
Added ~QgsDataSourceSelectDialog destructor
1 parent f02345b commit 64bd7a7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎python/gui/auto_generated/qgsdatasourceselectdialog.sip.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Constructs a QgsDataSourceSelectDialog, optionally filtering by layer type
4444
:param parent: the object
4545
%End
4646

47+
4748
~QgsDataSourceSelectDialog();
4849

4950
void setLayerTypeFilter( QgsMapLayer::LayerType layerType );

‎src/gui/qgsdatasourceselectdialog.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ class GUI_EXPORT QgsDataSourceSelectDialog: public QDialog, private Ui::QgsDataS
6060
const QgsMapLayer::LayerType &layerType = QgsMapLayer::LayerType::VectorLayer,
6161
QWidget *parent = nullptr );
6262

63+
64+
~QgsDataSourceSelectDialog() override;
65+
6366
/**
6467
* Sets layer type filter to \a layerType and activates the filtering
6568
*/

0 commit comments

Comments
 (0)
Please sign in to comment.