1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Before model refactoring

This commit is contained in:
Laurent Cozic
2017-01-01 14:05:21 +01:00
parent b5dc92e3a7
commit 959e5be871
7 changed files with 45 additions and 40 deletions

View File

@ -108,6 +108,10 @@ bool Database::errorCheck(const QSqlQuery& query) {
return true;
}
//Change Database::newChange() const {
// return Change(*this);
//}
int Database::version() const {
if (version_ >= 0) return version_;