]> Some of my projects - localmylist.git/commit
Properly handle UNIX signals.
authorAPTX <marek321@gmail.com>
Sun, 29 Jan 2017 14:27:06 +0000 (15:27 +0100)
committerAPTX <marek321@gmail.com>
Sun, 29 Jan 2017 14:27:06 +0000 (15:27 +0100)
commita4d0ce950521d60df3dd340ee003801aedf7232f
tree1614593f612a4358794ddbd69734eb7bbcd67cea
parenta6c34dd06712408784cd203a71d3ff9690e13549
Properly handle UNIX signals.

Very few operations can actualy be done in a signal handler.
This change follows Qt's recommendation on calling Qt functions
from UNIX signal handlers:

http://doc.qt.io/qt-5/unix-signals.html
.gitignore
anioni/anioni.cpp [changed mode: 0644->0755]
anioni/anioni.h [changed mode: 0644->0755]
anioni/main.cpp [changed mode: 0644->0755]