deepskystacker / DSS

DeepSkyStacker
Other
894 stars 90 forks source link

refactoring runtime Qt connection (SIGNAL/SLOT macros) to compiletime… #190

Closed Rational-pi closed 1 year ago

Rational-pi commented 1 year ago

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.

perdrix52 commented 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.