diff -r a5457405cc9b -r 99225eac33ba src/types.h --- 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 typedef QString str; -typedef QChar qchar; -typedef QVariant var; template using list = QList; 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) { \