diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-10 14:43:29 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-10 14:43:29 +0100 |
commit | 5327f6d0324a76669a90f31e593613f0fc2d956d (patch) | |
tree | 1e3a89636f0031fa11e6cb1304040fa0ed8bcd60 /common/genericresource.h | |
parent | f7295af29a56cab9c6c8a3e581e80ee11cb5102b (diff) | |
download | sink-5327f6d0324a76669a90f31e593613f0fc2d956d.tar.gz sink-5327f6d0324a76669a90f31e593613f0fc2d956d.zip |
Added resource disk usage
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 | ||