diff options
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index ceb6b61..b9bb994 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -56,7 +56,7 @@ public: | |||
56 | static void removeFromDisk(const QByteArray &instanceIdentifier); | 56 | static void removeFromDisk(const QByteArray &instanceIdentifier); |
57 | static qint64 diskUsage(const QByteArray &instanceIdentifier); | 57 | static qint64 diskUsage(const QByteArray &instanceIdentifier); |
58 | 58 | ||
59 | private Q_SLOTS: | 59 | private slots: |
60 | void updateLowerBoundRevision(); | 60 | void updateLowerBoundRevision(); |
61 | 61 | ||
62 | protected: | 62 | protected: |