Code review comment for lp:~marcustomlinson/unity8/scope-tool-unix-signals

Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

> > Any reason we have those sockects and we just don't exit from
> hupSignalHandler
> > & friends?
>
> hupSignalHandler & friends are static so we can't access m_func from them.

If it soothes your soul a little, this class was implemented according to the following Qt doc: http://doc.qt.io/qt-5/unix-signals.html

« Back to merge proposal