mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Minor code cleanup
This commit is contained in:
parent
a5957af8db
commit
e51a0d4fac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user