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