You've already forked joplin
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:
@ -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_;
|
||||
|
Reference in New Issue
Block a user