Skip to content

Commit

Permalink
Added ~QgsDataSourceSelectDialog destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 5, 2018
1 parent f02345b commit 64bd7a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/gui/auto_generated/qgsdatasourceselectdialog.sip.in
Expand Up @@ -44,6 +44,7 @@ Constructs a QgsDataSourceSelectDialog, optionally filtering by layer type
:param parent: the object
%End


~QgsDataSourceSelectDialog();

void setLayerTypeFilter( QgsMapLayer::LayerType layerType );
Expand Down
3 changes: 3 additions & 0 deletions src/gui/qgsdatasourceselectdialog.h
Expand Up @@ -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
*/
Expand Down

0 comments on commit 64bd7a7

Please sign in to comment.