Things to remember when compiling/linking C/C++ software by Angel Leon. March 17, 2015; Last update on December 14, 2023 Updated on February 27, 2023 Updated August 29, 2019.
Unix signals in Qt applications It's quite easy to catch unix signals in Qt applications. you may like to ignore or accept them. #include <QCoreApplication> #include <initializer_list> #include <signal.h> #include <unistd.h>