summaryrefslogtreecommitdiffstats
path: root/common/genericresource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-10 14:43:29 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-10 14:43:29 +0100
commit5327f6d0324a76669a90f31e593613f0fc2d956d (patch)
tree1e3a89636f0031fa11e6cb1304040fa0ed8bcd60 /common/genericresource.h
parentf7295af29a56cab9c6c8a3e581e80ee11cb5102b (diff)
downloadsink-5327f6d0324a76669a90f31e593613f0fc2d956d.tar.gz
sink-5327f6d0324a76669a90f31e593613f0fc2d956d.zip
Added resource disk usage
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 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);
52private Q_SLOTS: 53private Q_SLOTS:
53 void updateLowerBoundRevision(); 54 void updateLowerBoundRevision();
54 55