summaryrefslogtreecommitdiffstats
path: root/smglobals.h
diff options
context:
space:
mode:
Diffstat (limited to 'smglobals.h')
-rw-r--r--smglobals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smglobals.h b/smglobals.h
index 7033b34..1193522 100644
--- a/smglobals.h
+++ b/smglobals.h
@@ -30,6 +30,7 @@ class SmGlobals : public QObject {
private:
void readCache();
void grabFrame(const QString &sourceFile, QString when);
+ void cleanup();
const QPair<QString, QString> prepFrame(const QString &sourceFile, QString when);
QHash<QPair<QString, QString>, QString> mFrameCache;
const qint32 mMagic;