public override bool IsCompatibleWithQString(QString type)
 {
     return true;
 }
Exemple #2
0
 public virtual bool IsCompatibleWithQString(QString type)
 {
     return(false);
 }
 public virtual bool IsCompatibleWithQString(QString type)
 {
     return false;
 }
Exemple #4
0
 public override bool IsCompatibleWithQString(QString type)
 {
     return(true);
 }