diff options
Diffstat (limited to 'core/gettextfromc.h')
-rw-r--r-- | core/gettextfromc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/gettextfromc.h b/core/gettextfromc.h index 5f22d8647..647ea52a8 100644 --- a/core/gettextfromc.h +++ b/core/gettextfromc.h @@ -2,18 +2,12 @@ #ifndef GETTEXTFROMC_H #define GETTEXTFROMC_H -#include <QHash> #include <QCoreApplication> extern "C" const char *trGettext(const char *text); class gettextFromC { Q_DECLARE_TR_FUNCTIONS(gettextFromC) -public: - static gettextFromC *instance(); - const char *trGettext(const char *text); - void reset(void); - QHash<QByteArray, QByteArray> translationCache; }; #endif // GETTEXTFROMC_H |