public override bool IsCompatibleWithQString(QString type)
 {
     return true;
 }
Ejemplo n.º 2
0
 public virtual bool IsCompatibleWithQString(QString type)
 {
     return(false);
 }
 public virtual bool IsCompatibleWithQString(QString type)
 {
     return false;
 }
Ejemplo n.º 4
0
 public override bool IsCompatibleWithQString(QString type)
 {
     return(true);
 }