18 #ifndef KWAVE_STRING_H 19 #define KWAVE_STRING_H 23 #include <QLatin1String> 41 static inline QString
_(
const char *s) {
return QLatin1String(s); }
48 #define UTF8(qs) ((qs).toUtf8().data()) 55 #define DBG(qs) qPrintable(qs) static QString _(const char *s)