Skip to content

Commit

Permalink
Fix oracle add from source select
Browse files Browse the repository at this point in the history
Fixes #37352

No idea why the signal wasn't connected :/
  • Loading branch information
elpaso authored and nyalldawson committed Jun 24, 2020
1 parent b64f47c commit b3e34c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/providers/oracle/qgsoraclesourceselect.h
Expand Up @@ -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;
Expand Down

0 comments on commit b3e34c0

Please sign in to comment.