14 lines
236 B
C++
14 lines
236 B
C++
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
class QTranslator;
|
|
class QString;
|
|
|
|
extern QTranslator *translator;
|
|
extern const QString translationPrefix;
|
|
extern QString translationPath;
|
|
extern bool isSpoilersOnly;
|
|
|
|
void installNewTranslator();
|
|
|
|
#endif
|