mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
OpenDb: Fix opening remote database when local DB was open
The OpenDB dialog did not show up and the previous sqlite database was opened again. Start the dialog without current Database preset to always show it.
This commit is contained in:
parent
496fb5e0bc
commit
25347fa28a
@ -529,7 +529,7 @@ void MainWindow::importMulti(pki_multi *multi, int force)
|
||||
|
||||
void MainWindow::openRemoteSqlDB()
|
||||
{
|
||||
OpenDb *opendb = new OpenDb(this, Database.name());
|
||||
OpenDb *opendb = new OpenDb(this, QString());
|
||||
QString descriptor;
|
||||
Passwd pass;
|
||||
DbMap params;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user