Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Show a busy cursor when testing a postgres connection
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/providers/postgres/qgspgnewconnection.cpp
|
@@ -180,6 +180,8 @@ void QgsPgNewConnection::cb_geometryColumnsOnly_clicked() |
|
|
|
|
|
void QgsPgNewConnection::testConnection() |
|
|
{ |
|
|
QgsTemporaryCursorOverride cursorOverride( Qt::WaitCursor ); |
|
|
|
|
|
QgsDataSourceUri uri; |
|
|
if ( !txtService->text().isEmpty() ) |
|
|
{ |
|
|