I hooked the ability to emit signals for QtObject capture into our code by simply providing the method emit() in an object that wants to be able to emit a signal, and then overriding emit() with an appropriate signal from the object that wants to capture the signal. Nothing like injecting your own code into another object's code during runtime!
I also have been working on parsing more generically.
No comments:
Post a Comment