13 lines
245 B
C
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
|