protected QObject(Type dummy) { try { Type proxyInterface = Qyoto.GetSignalsInterface(GetType()); SignalInvocation realProxy = new SignalInvocation(proxyInterface, this); Q_EMIT = realProxy.GetTransparentProxy(); } catch { Console.WriteLine("Could not retrieve signal interface"); } }
protected QObject(Type dummy) { try { Type proxyInterface = Qyoto.GetSignalsInterface(GetType()); SignalInvocation realProxy = new SignalInvocation(proxyInterface, this); Q_EMIT = realProxy.GetTransparentProxy(); } catch (Exception e) { Console.WriteLine("Could not retrieve signal interface: {0}", e); } }