diff options
Diffstat (limited to 'common/resource.h')
-rw-r--r-- | common/resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/resource.h b/common/resource.h index a50ffb5..938f267 100644 --- a/common/resource.h +++ b/common/resource.h | |||
@@ -47,6 +47,8 @@ public: | |||
47 | */ | 47 | */ |
48 | virtual void setLowerBoundRevision(qint64 revision); | 48 | virtual void setLowerBoundRevision(qint64 revision); |
49 | 49 | ||
50 | virtual void setSecret(const QString &s); | ||
51 | |||
50 | signals: | 52 | signals: |
51 | void revisionUpdated(qint64); | 53 | void revisionUpdated(qint64); |
52 | void notify(Notification); | 54 | void notify(Notification); |