diff options
Diffstat (limited to 'gettextfromc.h')
-rw-r--r-- | gettextfromc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettextfromc.h b/gettextfromc.h index 19f02fc96..6b5f7b184 100644 --- a/gettextfromc.h +++ b/gettextfromc.h @@ -12,7 +12,7 @@ public: static gettextFromC *instance(); const char *trGettext(const char *text); void reset(void); - QHash <const char *, QByteArray> translationCache; + QHash <QByteArray , QByteArray> translationCache; }; #endif // GETTEXTFROMC_H |