Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 349859
Collapse All | Expand All

(-)qt4/qtgettext.h (+5 lines)
Lines 61-66 Link Here
61
#else /* ENABLE_NLS */
61
#else /* ENABLE_NLS */
62
62
63
#define mygettext(String) QString::fromLocal8Bit(String)
63
#define mygettext(String) QString::fromLocal8Bit(String)
64
/* undef original _(String) macro to use QString */
65
#ifdef _
66
#undef _
67
#endif
68
#define _(String) mygettext(String)
64
#define UIC_(String, dummy) (String)
69
#define UIC_(String, dummy) (String)
65
#endif /* ENABLE_NLS */
70
#endif /* ENABLE_NLS */
66
71

Return to bug 349859