cache frame indexes to disk

This commit is contained in:
itsmattkc
2019-08-07 12:14:48 +10:00
parent 1138600f37
commit 410c1ff06c
5 changed files with 139 additions and 19 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef FILEFUNCTIONS_H
#define FILEFUNCTIONS_H
#include <QString>
QString GetUniqueFileIdentifier(const QString& filename);
QString GetMediaIndexLocation();
QString GetMediaIndexFilename(const QString& filename);
#endif // FILEFUNCTIONS_H