Implemented a signal handler to graceful shutdown Quassel when SIGTERM or
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 8 Aug 2007 16:58:27 +0000 (16:58 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 8 Aug 2007 16:58:27 +0000 (16:58 +0000)
commit9693b5238b76e6348413d68fa8c6ffc8c64fc12f
treee217988939641c3b2374dfeca4b0fd2d24fe2ba1
parent47b574c28983254b6679191f76ddb36fe7da7632
Implemented a signal handler to graceful shutdown Quassel when SIGTERM or
SIGINT (Ctrl+C) are received. Should be portable (it's ISO C at least), but if not,
just comment out the few lines in main.cpp and tell me.
src/common/main.cpp
src/qtgui/coreconnectdlg.cpp