#ifndef KORN_UTILS_H #define KORN_UTILS_H #include inline QString fu(const char * s) { return QString::fromUtf8(s); } #endif