Hello,
I'm writing qt server application and I need functions to handle SIGINT and SIGTERM signals. I've found functions watchUnixSignal() and unixSignal() which are members of QCoreApplication, but they are not described in the QT documentation. Do anyone know, why?