summaryrefslogtreecommitdiffstats
path: root/gettext.h
diff options
context:
space:
mode:
Diffstat (limited to 'gettext.h')
-rw-r--r--gettext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gettext.h b/gettext.h
index 84910bb23..43ff023c7 100644
--- a/gettext.h
+++ b/gettext.h
@@ -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