diff options
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 97251a9..f756273 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -49,6 +49,7 @@ public: | |||
49 | int error() const; | 49 | int error() const; |
50 | 50 | ||
51 | static void removeFromDisk(const QByteArray &instanceIdentifier); | 51 | static void removeFromDisk(const QByteArray &instanceIdentifier); |
52 | static qint64 diskUsage(const QByteArray &instanceIdentifier); | ||
52 | private Q_SLOTS: | 53 | private Q_SLOTS: |
53 | void updateLowerBoundRevision(); | 54 | void updateLowerBoundRevision(); |
54 | 55 | ||