Skip to content

Commit e51a0d4

Browse files
committed
Minor code cleanup
1 parent a5957af commit e51a0d4

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

python/gui/geonode/qgsgeonodesourceselect.sip

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ class QgsGeoNodeSourceSelect: QgsAbstractDataSourceWidget
3939

4040
QgsGeoNodeSourceSelect( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags, QgsProviderRegistry::WidgetMode widgetMode = QgsProviderRegistry::WidgetMode::None );
4141

42-
~QgsGeoNodeSourceSelect();
43-
4442
public slots:
4543

4644
virtual void addButtonClicked();

src/gui/geonode/qgsgeonodesourceselect.h

-3
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ class GUI_EXPORT QgsGeoNodeSourceSelect: public QgsAbstractDataSourceWidget, pri
4141

4242
QgsGeoNodeSourceSelect( QWidget *parent SIP_TRANSFERTHIS = nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags, QgsProviderRegistry::WidgetMode widgetMode = QgsProviderRegistry::WidgetMode::None );
4343

44-
~QgsGeoNodeSourceSelect();
45-
4644
public slots:
4745

4846
void addButtonClicked() override;
@@ -55,7 +53,6 @@ class GUI_EXPORT QgsGeoNodeSourceSelect: public QgsAbstractDataSourceWidget, pri
5553
const QString &providerKey );
5654

5755
private:
58-
QgsGeoNodeSourceSelect(); //default constructor is forbidden
5956

6057
/** Stores the available CRS for a server connections.
6158
The first string is the typename, the corresponding list

0 commit comments

Comments
 (0)