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:
authorOlivier Goffart <ogoffart@woboq.com>2015-01-15 15:07:16 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-01-15 15:07:16 +0300
commit2b8b204cfc784a4a849405d320ed3dc8dd8eca60 (patch)
treecfcfa2b86b81f817231fa360c97cee54e2dc6099 /src/gui/selectivesyncdialog.h
parent264471af433350f52aae74cc4547858e3a9f5ee7 (diff)
SelectiveSyncDialog::estimatedSize: return qint64 because -1 in case of error
Diffstat (limited to 'src/gui/selectivesyncdialog.h')
-rw-r--r--src/gui/selectivesyncdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/selectivesyncdialog.h b/src/gui/selectivesyncdialog.h
index b55242741..74538a593 100644
--- a/src/gui/selectivesyncdialog.h
+++ b/src/gui/selectivesyncdialog.h
@@ -72,7 +72,7 @@ public:
QStringList createBlackList() const;
// Estimate the size of the total of sync'ed files from the server
- quint64 estimatedSize();
+ qint64 estimatedSize();
private: