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