Skip to content

Commit

Permalink
manual deleting of messagebar is not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed May 23, 2017
1 parent a49c175 commit 99cd1c2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/providers/db2/qgsdb2newconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ void QgsDb2NewConnection::on_cb_trustedConnection_clicked()

QgsDb2NewConnection::~QgsDb2NewConnection()
{
delete bar;
}

bool QgsDb2NewConnection::testConnection()
Expand Down
1 change: 0 additions & 1 deletion src/providers/mssql/qgsmssqlnewconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ void QgsMssqlNewConnection::on_cb_trustedConnection_clicked()

QgsMssqlNewConnection::~QgsMssqlNewConnection()
{
delete bar;
}

bool QgsMssqlNewConnection::testConnection( const QString &testDatabase )
Expand Down
1 change: 0 additions & 1 deletion src/providers/oracle/qgsoraclenewconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,4 @@ void QgsOracleNewConnection::on_btnConnect_clicked()

QgsOracleNewConnection::~QgsOracleNewConnection()
{
delete bar;
}
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspgnewconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ QgsPgNewConnection::QgsPgNewConnection( QWidget *parent, const QString &connName

QgsPgNewConnection::~QgsPgNewConnection()
{
delete bar;

}

//! Autoconnected SLOTS *
Expand Down

0 comments on commit 99cd1c2

Please sign in to comment.