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

(-)./src/qtgettext.h.orig (-1 / +6 lines)
Lines 22-26 Link Here
22
	return QString::fromUtf8( _( msgid ) );
22
	return QString::fromUtf8( _( msgid ) );
23
}
23
}
24
24
25
#endif
25
inline QString _( const char *msgid, const char *disambiguation )
26
{
27
	Q_UNUSED( disambiguation );
28
	return QString::fromUtf8( _( msgid ) );
29
}
26
30
31
#endif

Return to bug 623610