1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-03 23:50:33 +02:00
Files
joplin/QtClient/JoplinQtClient/models/change.cpp

10 lines
123 B
C++
Raw Normal View History

2017-01-01 14:05:21 +01:00
#include "change.h"
using namespace jop;
2017-01-02 15:04:27 +01:00
Change::Change() {}
2017-01-01 14:05:21 +01:00
2017-01-02 15:04:27 +01:00
Table Change::table() const {
return jop::ChangesTable;
2017-01-01 14:05:21 +01:00
}