Implement full support for use-building on signal/slot connections. This is embedded directly into the parser using a new AST node, which also allows complete use-building on the signal/slot arguments.
This means that: - You can search for all places where a signal/slot is connected - You can rename signals/slots, and all the connections will be adapted - You can rename a class that is used as an argument in some signal/slot function, and the connections will be adapted as well
Includes a test.
Of course, this only works when the signals/slots have actually been declared. |
|
|