--- qsampler/trunk/src/qsamplerMainForm.h 2019/03/27 18:31:09 3507 +++ qsampler/trunk/src/qsamplerMainForm.h 2019/04/01 22:36:26 3508 @@ -1,7 +1,7 @@ // qsamplerMainForm.h // /**************************************************************************** - Copyright (C) 2004-2018, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2019, rncbc aka Rui Nuno Capela. All rights reserved. Copyright (C) 2007,2008,2015 Christian Schoenebeck This program is free software; you can redistribute it and/or @@ -125,6 +125,7 @@ void processServerExit(); void handle_sigusr1(); + void handle_sigterm(); // Channel strip activation/selection. void activateStrip(QMdiSubWindow *pMdiSubWindow); @@ -174,7 +175,8 @@ Options *m_pOptions; Messages *m_pMessages; Workspace *m_pWorkspace; - QSocketNotifier *m_pUsr1Notifier; + QSocketNotifier *m_pSigusr1Notifier; + QSocketNotifier *m_pSigtermNotifier; QString m_sFilename; int m_iUntitled; int m_iDirtySetup;