KDECore
klocale.h File Reference
#include <qstring.h>
#include <kdelibs_export.h>
Include dependency graph for klocale.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KLocale |
KLocale provides support for country specific stuff like the national language. More... | |
Defines | |
#define | I18N_NOOP(x) x |
#define | I18N_NOOP2(comment, x) x |
Detailed Description
Definition in file klocale.h.
Define Documentation
#define I18N_NOOP | ( | x | ) | x [related] |
I18N_NOOP marks a string to be translated without translating it. Do not use this unless you know you need it. http://developer.kde.org/documentation/other/developer-faq.html#q2.11.2
#define I18N_NOOP2 | ( | comment, | |||
x | ) | x [related] |