Hello,

We are currently trying to port an application from Qt4.8 to Qt5.5, and we are having issues with signals connections at runtime.

We are using the old syntax for signals and slots, which is still supported, and we obtain messages like "no such signal" at runtime under Qt5.5 whereas the execution worked well under Qt4.8.

Does someone have a hint on the matter ?

Best regards,

Anthony