Files
oak-editor/app/common/filefunctions.h
T
2019-08-07 12:14:48 +10:00

13 lines
245 B
C

#ifndef FILEFUNCTIONS_H
#define FILEFUNCTIONS_H
#include <QString>
QString GetUniqueFileIdentifier(const QString& filename);
QString GetMediaIndexLocation();
QString GetMediaIndexFilename(const QString& filename);
#endif // FILEFUNCTIONS_H