summaryrefslogtreecommitdiffstats
path: root/daemon/TitleInformation.h
blob: 96f4236ec12f3cec36098a0890060ca1894ac243 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef TITLEINFORMATION_H
#define TITLEINFORMATION_H

#include <QString>

class TitleInformation
{
public:
	static QString readTitles(const QString &location);
};

#endif // TITLEINFORMATION_H