--- a/src/types.h Sun Sep 08 16:14:58 2013 +0300 +++ b/src/types.h Sun Sep 08 16:53:31 2013 +0300 @@ -25,8 +25,6 @@ #include <QVariant> typedef QString str; -typedef QChar qchar; -typedef QVariant var; template<class T> using list = QList<T>; typedef unsigned int uint; typedef unsigned short ushort; @@ -60,7 +58,7 @@ StringFormatArg (const str& v); StringFormatArg (const char& v); StringFormatArg (const uchar& v); - StringFormatArg (const qchar& v); + StringFormatArg (const QChar& v); #define NUMERIC_FORMAT_ARG(T,C) \ StringFormatArg (const T& v) { \