<div dir="ltr"><div>Hi,<br><br></div>I want to bind with sip a connect method which can be used with a slot for which the signature will change from one call to the other:<br><div><div><br>The class looks a bit like that:<br>
<br>class Foo<br>{<br>Q_OBJECT<br>public:<br></div><div>    void connect(const int eventType, QObject *receiver, const char *member);<br>}<br><br><br></div><div><br>    void connect(const int eventType, SIP_RXOBJ_CON receiver, SIP_SLOT member) [void (const int eventType, QObject *receiver, const char *member)];<br>
</div></div></div>