diff options
Diffstat (limited to 'Swift/Controllers/Intl.h')
-rw-r--r-- | Swift/Controllers/Intl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Intl.h b/Swift/Controllers/Intl.h index 386696a..c599493 100644 --- a/Swift/Controllers/Intl.h +++ b/Swift/Controllers/Intl.h @@ -8,4 +8,4 @@ #include <Swift/Controllers/Translator.h> #define QT_TRANSLATE_NOOP(context, text) \ - Swift::Translator::getInstance()->translate(text, context) + Swift::Translator::getInstance()->translate(text, context) |