summaryrefslogtreecommitdiffstats
path: root/korn/utils.h
blob: 4dc2795562495cd6714c1b2a83ae5fdb9a81d86c (plain)
1
2
3
4
5
#ifndef KORN_UTILS_H
#define KORN_UTILS_H
#include <qstring.h>
inline QString fu(const char * s) { return QString::fromUtf8(s); }
#endif