mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Library: fix misleading indentation
This commit is contained in:
parent
3babc0980e
commit
2189e19a91
@ -753,8 +753,8 @@ bool DataBaseManagement::updateToCurrentVersion(const QString & path)
|
||||
if(compareVersions(DataBaseManagement::checkValidDB(fullPath),"9.5.0")<0)
|
||||
pre9_5 = true;
|
||||
|
||||
QSqlDatabase db = loadDatabaseFromFile(fullPath);
|
||||
bool returnValue = false;
|
||||
QSqlDatabase db = loadDatabaseFromFile(fullPath);
|
||||
bool returnValue = false;
|
||||
if(db.isValid() && db.isOpen())
|
||||
{
|
||||
QSqlQuery updateVersion(db);
|
||||
|
Loading…
x
Reference in New Issue
Block a user