diff options
Diffstat (limited to 'gettextfromc.h')
-rw-r--r-- | gettextfromc.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gettextfromc.h b/gettextfromc.h index c84d65f33..f94f1192c 100644 --- a/gettextfromc.h +++ b/gettextfromc.h @@ -5,14 +5,13 @@ extern "C" const char *trGettext(const char *text); -class gettextFromC -{ -Q_DECLARE_TR_FUNCTIONS(gettextFromC) +class gettextFromC { + Q_DECLARE_TR_FUNCTIONS(gettextFromC) public: static gettextFromC *instance(); const char *trGettext(const char *text); void reset(void); - QHash <QByteArray, QByteArray> translationCache; + QHash<QByteArray, QByteArray> translationCache; }; #endif // GETTEXTFROMC_H |