[Pkg-owncloud-commits] [owncloud-client] 52/175: SyncFileItem class: Add member _checksum

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Aug 8 10:36:26 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 101d2268ffa56510015cfb2ddfd8666c749cd66a
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Wed Dec 10 10:04:29 2014 +0100

    SyncFileItem class: Add member _checksum
---
 src/libsync/syncfileitem.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libsync/syncfileitem.h b/src/libsync/syncfileitem.h
index dc2bf4a..b764d73 100644
--- a/src/libsync/syncfileitem.h
+++ b/src/libsync/syncfileitem.h
@@ -150,6 +150,7 @@ public:
     quint64              _inode;
     QByteArray           _fileId;
     QByteArray           _remotePerm;
+    QByteArray           _checksum;
     QString              _directDownloadUrl;
     QString              _directDownloadCookies;
 

-- 
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