mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix oracle add from source select
Fixes #37352 No idea why the signal wasn't connected :/
This commit is contained in:
parent
b64f47c17e
commit
b3e34c0f57
@ -97,9 +97,6 @@ class QgsOracleSourceSelect : public QgsAbstractDataSourceWidget, private Ui::Qg
|
||||
//! String list containing the selected tables
|
||||
QStringList selectedTables();
|
||||
|
||||
signals:
|
||||
void addDatabaseLayers( QStringList const &layerPathList, QString const &providerKey );
|
||||
|
||||
public slots:
|
||||
//! Determines the tables the user selected and closes the dialog
|
||||
void addButtonClicked() override;
|
||||
|
Loading…
x
Reference in New Issue
Block a user