Hi!
I'm writing an application using Qt in Ubuntu. Here's my question: when the system is shutting down, does the application receive a notification signal? This is important because I should do some finalization job before exiting, such as saving the configuration file. Specifically, does Qt support this kind of shutdown notification? Thanks in advance.