Skip to content

Commit

Permalink
doc coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 23, 2020
1 parent 3dd44e4 commit acdcfba
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/ogr/qgsnewogrconnection.h
Expand Up @@ -52,6 +52,7 @@ 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:
Expand Down
1 change: 1 addition & 0 deletions src/providers/db2/qgsdb2newconnection.h
Expand Up @@ -46,6 +46,7 @@ class QgsDb2NewConnection : public QDialog, private Ui::QgsDb2NewConnectionBase
void btnConnect_clicked();
void on_cb_trustedConnection_clicked();
private slots:
//! Updates state of the OK button depending of the filled fields
void updateOkButtonState();
private:
QString mOriginalConnName; //store initial name to delete entry in case of rename
Expand Down
1 change: 1 addition & 0 deletions src/providers/mssql/qgsmssqlnewconnection.h
Expand Up @@ -47,6 +47,7 @@ class QgsMssqlNewConnection : public QDialog, private Ui::QgsMssqlNewConnectionB
void cb_trustedConnection_clicked();

private slots:
//! Updates state of the OK button depending of the filled fields
void updateOkButtonState();
private:
QString mOriginalConnName; //store initial name to delete entry in case of rename
Expand Down
1 change: 1 addition & 0 deletions src/providers/oracle/qgsoraclenewconnection.h
Expand Up @@ -40,6 +40,7 @@ class QgsOracleNewConnection : public QDialog, private Ui::QgsOracleNewConnectio

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

private:
Expand Down
1 change: 1 addition & 0 deletions src/providers/postgres/qgspgnewconnection.h
Expand Up @@ -39,6 +39,7 @@ class QgsPgNewConnection : public QDialog, private Ui::QgsPgNewConnectionBase
void btnConnect_clicked();
void cb_geometryColumnsOnly_clicked();
private slots:
//! Updates state of the OK button depending of the filled fields
void updateOkButtonState();
private:
QString mOriginalConnName; //store initial name to delete entry in case of rename
Expand Down
1 change: 1 addition & 0 deletions src/providers/wms/qgsxyzconnectiondialog.h
Expand Up @@ -37,6 +37,7 @@ class QgsXyzConnectionDialog : public QDialog, public Ui::QgsXyzConnectionDialog
void accept() override;

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

private:
Expand Down

0 comments on commit acdcfba

Please sign in to comment.