src/types.h

changeset 3
d0b278fd29d5
parent 1
c9b22c06307c
child 6
67b6ef6917ba
--- a/src/types.h	Wed Jul 17 00:31:04 2013 +0300
+++ b/src/types.h	Wed Jul 17 01:53:57 2013 +0300
@@ -4,9 +4,11 @@
 #include "main.h"
 #include <QString>
 #include <QList>
+#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;

mercurial