458
465
query.bindValue(1, QCryptographicHash::hash(tab->fileInfo().absoluteFilePath().toUtf8(), QCryptographicHash::Sha1).toBase64());
459
466
query.bindValue(2, tab->currentPage());
462
469
query.bindValue(4, static_cast< uint >(tab->layoutMode()));
465
472
query.bindValue(6, static_cast< uint >(tab->scaleMode()));
466
473
query.bindValue(7, tab->scaleFactor());