[Pkg-owncloud-commits] [owncloud-client] 15/164: SyncEngine: add an getter to the journal
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sun Mar 22 11:55:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit ce195bd5994110fd65b897200619aabe5b5e62a8
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Mon Feb 16 16:59:21 2015 +0100
SyncEngine: add an getter to the journal
---
src/libsync/syncengine.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/libsync/syncengine.h b/src/libsync/syncengine.h
index 1c6ec4c..e616c6d 100644
--- a/src/libsync/syncengine.h
+++ b/src/libsync/syncengine.h
@@ -78,6 +78,7 @@ public:
qint64 timeSinceFileTouched(const QString& fn) const;
AccountPtr account() const;
+ SyncJournalDb *journal() const { return _journal; }
signals:
void csyncError( const QString& );
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list