Re: [Development] QDBusConnection - connect to "catch all" slot ?

2016-08-26 Thread Thiago Macieira
Em sexta-feira, 26 de agosto de 2016, às 20:04:08 PDT, Martin Koller escreveu: > Hi, > > In QDBusConnection there are several connect() methods which check the > signature of the signal against the connected slot. > Since I'd like to implement a scripting possibility around this, I'd need > the

[Development] QDBusConnection - connect to "catch all" slot ?

2016-08-26 Thread Martin Koller
Hi, In QDBusConnection there are several connect() methods which check the signature of the signal against the connected slot. Since I'd like to implement a scripting possibility around this, I'd need the possibility to either be able to receive all QDBusMessages (at least from DBus signals) or