summaryrefslogtreecommitdiffstats
path: root/korn/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/utils.h')
-rw-r--r--korn/utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/korn/utils.h b/korn/utils.h
new file mode 100644
index 00000000..4dc27955
--- /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