src/types.h

changeset 21
99225eac33ba
parent 20
a5457405cc9b
child 30
6b82f6a3ad53
--- 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) { \

mercurial