Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -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 |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.