Ejemplo n.º 1
0
 private QVariable(QType typeinfo, bool isConst)
 {
     TypeInfo = typeinfo;
     IsConst  = isConst;
 }