diff options
Diffstat (limited to 'gettext.h')
-rw-r--r-- | gettext.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ extern const char *trGettext(const char *); #define translate(_context, arg) trGettext(arg) #define QT_TRANSLATE_NOOP(_context, arg) arg +#define QT_TRANSLATE_NOOP3(_context, arg, _comment) arg #endif // MYGETTEXT_H |