Skip to content
Permalink
Browse files
Minor code cleanup
  • Loading branch information
nyalldawson committed Sep 12, 2017
1 parent a5957af commit e51a0d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
@@ -39,8 +39,6 @@ class QgsGeoNodeSourceSelect: QgsAbstractDataSourceWidget

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

~QgsGeoNodeSourceSelect();

public slots:

virtual void addButtonClicked();
@@ -41,8 +41,6 @@ class GUI_EXPORT QgsGeoNodeSourceSelect: public QgsAbstractDataSourceWidget, pri

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

~QgsGeoNodeSourceSelect();

public slots:

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

private:
QgsGeoNodeSourceSelect(); //default constructor is forbidden

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

0 comments on commit e51a0d4

Please sign in to comment.