mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Capture the right connection name
This commit is contained in:
@ -768,7 +768,7 @@ bool DataBaseManagement::importComicsInfo(QString source, QString dest)
|
||||
}
|
||||
}
|
||||
sourceDBconnection = sourceDB.connectionName();
|
||||
destDBconnection = sourceDB.connectionName();
|
||||
destDBconnection = destDB.connectionName();
|
||||
}
|
||||
|
||||
QSqlDatabase::removeDatabase(sourceDBconnection);
|
||||
|
||||
Reference in New Issue
Block a user