Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2013-11-20 17:02:02 +0400
committerKlaas Freitag <freitag@owncloud.com>2013-11-20 17:27:44 +0400
commit20b9ae757d4704b14984aaa72051314106de38fd (patch)
treed9b420532a890e69b01403b1c7d1f5af1153c28b /src/mirall/syncfileitem.h
parentaff2dd9f44c7698418d7189703af1a1f593f6d75 (diff)
Add a http status code varialbe to the sync item object.
Diffstat (limited to 'src/mirall/syncfileitem.h')
-rw-r--r--src/mirall/syncfileitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mirall/syncfileitem.h b/src/mirall/syncfileitem.h
index 6a167aa41..4fbec1602 100644
--- a/src/mirall/syncfileitem.h
+++ b/src/mirall/syncfileitem.h
@@ -86,6 +86,7 @@ public:
// Variables usefull to report to the user
Status _status;
QString _errorString; // Contains a string only in case of error
+ int _httpErrorCode;
QString _fileId;
};