Example #1
0
File: QChar.cs Project: KDE/qyoto
 public QChar(QLatin1Char ch)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QChar#", "QChar(QLatin1Char)", typeof(void), typeof(QLatin1Char), ch);
 }
Example #2
0
 public QChar(QLatin1Char ch) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QChar#", "QChar(QLatin1Char)", typeof(void), typeof(QLatin1Char), ch);
 }