SyncEngine: add an getter to the journal

This commit is contained in:
Olivier Goffart 2015-02-16 16:59:21 +01:00
parent c0c8a22fa3
commit ce195bd599

View file

@ -78,6 +78,7 @@ public:
qint64 timeSinceFileTouched(const QString& fn) const;
AccountPtr account() const;
SyncJournalDb *journal() const { return _journal; }
signals:
void csyncError( const QString& );