Closed Rational-pi closed 1 year ago
Hi Nicolas - converting existing old format signal/slot usage is LOW on my priority list. I don't object to doing it per se, so I will accept the pull request. But I'd very much prefer to concentrate on the porting of the code for the Processing page.
Refactoring runtime Qt connections (SIGNAL/SLOT macros) to compile-time ones. That way, the compiler checks for the presence of signal and slot functions. It is safer, and tools used for static analysis are able to do their work, like "find references" functions in most IDEs.