Skip to content

Commit

Permalink
make slot private
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 23, 2020
1 parent 000ea8e commit bb2ed14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/ogr/qgsnewogrconnection.h
Expand Up @@ -52,11 +52,11 @@ class GUI_EXPORT QgsNewOgrConnection : public QDialog, private Ui::QgsNewOgrConn

public slots:
void accept() override;
//! Updates state of the OK button depending of the filled fields
void updateOkButtonState();

private slots:
void btnConnect_clicked();
//! Updates state of the OK button depending of the filled fields
void updateOkButtonState();

private:
QString mOriginalConnName;
Expand Down

0 comments on commit bb2ed14

Please sign in to comment.