Functions connected to signals in QtScript (on Qt 4.5.2) are not firing
- by Cody Brocious
I've injected into a proprietary Qt (4.5.2) application, added my own compatible build of QtScript, and have managed to get access to all the signals I need. However, when connecting to them (via QtScript) my functions are never called.
I've come up with a few theories for why this is and I've tested everything I can think of, but I've hit a bit…