diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-30 11:27:33 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-30 15:28:55 +0100 |
commit | 33029ab13cdb378e2b4a0886a591fb02a5cb2b65 (patch) | |
tree | 1ffffda4f125fd4989856a9610d5843f5d097135 /common/genericresource.h | |
parent | f675a280ad48a9a2ba7b38f81cf0dfdafb3a96b5 (diff) | |
download | sink-33029ab13cdb378e2b4a0886a591fb02a5cb2b65.tar.gz sink-33029ab13cdb378e2b4a0886a591fb02a5cb2b65.zip |
Support for storage upgrades
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index edcd7d2..11ede0c 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -48,6 +48,7 @@ public: | |||
48 | static qint64 diskUsage(const QByteArray &instanceIdentifier); | 48 | static qint64 diskUsage(const QByteArray &instanceIdentifier); |
49 | 49 | ||
50 | virtual void setSecret(const QString &s) Q_DECL_OVERRIDE; | 50 | virtual void setSecret(const QString &s) Q_DECL_OVERRIDE; |
51 | virtual bool checkForUpgrade() Q_DECL_OVERRIDE; | ||
51 | 52 | ||
52 | //TODO Remove this API, it's only used in tests | 53 | //TODO Remove this API, it's only used in tests |
53 | KAsync::Job<void> synchronizeWithSource(const Sink::QueryBase &query); | 54 | KAsync::Job<void> synchronizeWithSource(const Sink::QueryBase &query); |