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 6b5f7b184..c84d65f33 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 <QByteArray , QByteArray> translationCache; + QHash <QByteArray, QByteArray> translationCache; }; #endif // GETTEXTFROMC_H |