diff options
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index 97132c2..ec43939 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -55,7 +55,6 @@ public: | |||
55 | 55 | ||
56 | int error() const; | 56 | int error() const; |
57 | 57 | ||
58 | void removeDataFromDisk() Q_DECL_OVERRIDE; | ||
59 | static void removeFromDisk(const QByteArray &instanceIdentifier); | 58 | static void removeFromDisk(const QByteArray &instanceIdentifier); |
60 | static qint64 diskUsage(const QByteArray &instanceIdentifier); | 59 | static qint64 diskUsage(const QByteArray &instanceIdentifier); |
61 | 60 | ||