Added ability to test the connection in the dialog where the connection details are entered.

This commit is contained in:
eelke 2021-07-04 16:45:50 +02:00
parent 45795333f2
commit c00a0452d1
7 changed files with 201 additions and 43 deletions

View file

@ -173,9 +173,6 @@ void CrudModel::loadData()
Q_ARG(std::shared_ptr<Pgsql::Result>, dbres));
}
}
else {
// emit onQueryError();
}
});
}