diff options
Diffstat (limited to 'korn/utils.h')
-rw-r--r-- | korn/utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/korn/utils.h b/korn/utils.h new file mode 100644 index 000000000..4dc279556 --- /dev/null +++ b/korn/utils.h @@ -0,0 +1,5 @@ +#ifndef KORN_UTILS_H +#define KORN_UTILS_H +#include <qstring.h> +inline QString fu(const char * s) { return QString::fromUtf8(s); } +#endif |