summaryrefslogtreecommitdiffstats
path: root/common/genericresource.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/genericresource.h')
-rw-r--r--common/genericresource.h1
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);