summaryrefslogtreecommitdiffstats
path: root/common/genericresource.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/genericresource.h')
-rw-r--r--common/genericresource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/genericresource.h b/common/genericresource.h
index bffc697..4e86b75 100644
--- a/common/genericresource.h
+++ b/common/genericresource.h
@@ -47,6 +47,8 @@ public:
47 static void removeFromDisk(const QByteArray &instanceIdentifier); 47 static void removeFromDisk(const QByteArray &instanceIdentifier);
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;
51
50 //TODO Remove this API, it's only used in tests 52 //TODO Remove this API, it's only used in tests
51 KAsync::Job<void> synchronizeWithSource(const Sink::QueryBase &query); 53 KAsync::Job<void> synchronizeWithSource(const Sink::QueryBase &query);
52 //TODO Remove this API, it's only used in tests 54 //TODO Remove this API, it's only used in tests