cache frame indexes to disk
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user