Go to the documentation of this file.
23 #ifndef QTXTRANSLATOR_H
24 #define QTXTRANSLATOR_H
28 #include <QTranslator>
35 #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
36 virtual QString translate(
const char*,
const char*,
const char* = 0 )
const;
38 virtual QString translate(
const char*,
const char*,
const char* = 0,
int = -1 )
const;