mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Library: fix misleading indentation
This commit is contained in:
@ -753,8 +753,8 @@ bool DataBaseManagement::updateToCurrentVersion(const QString & path)
|
|||||||
if(compareVersions(DataBaseManagement::checkValidDB(fullPath),"9.5.0")<0)
|
if(compareVersions(DataBaseManagement::checkValidDB(fullPath),"9.5.0")<0)
|
||||||
pre9_5 = true;
|
pre9_5 = true;
|
||||||
|
|
||||||
QSqlDatabase db = loadDatabaseFromFile(fullPath);
|
QSqlDatabase db = loadDatabaseFromFile(fullPath);
|
||||||
bool returnValue = false;
|
bool returnValue = false;
|
||||||
if(db.isValid() && db.isOpen())
|
if(db.isValid() && db.isOpen())
|
||||||
{
|
{
|
||||||
QSqlQuery updateVersion(db);
|
QSqlQuery updateVersion(db);
|
||||||
|
Reference in New Issue
Block a user