mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
SyncEngine: add an getter to the journal
This commit is contained in:
parent
c0c8a22fa3
commit
ce195bd599
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ public:
|
|||
qint64 timeSinceFileTouched(const QString& fn) const;
|
||||
|
||||
AccountPtr account() const;
|
||||
SyncJournalDb *journal() const { return _journal; }
|
||||
|
||||
signals:
|
||||
void csyncError( const QString& );
|
||||
|
|
Loading…
Reference in a new issue