--- qsampler/trunk/src/qsamplerMainForm.h 2007/12/06 09:35:33 1558 +++ qsampler/trunk/src/qsamplerMainForm.h 2008/01/05 13:29:11 1626 @@ -146,7 +146,7 @@ void startSchedule(int iStartDelay); void stopSchedule(); void startServer(); - void stopServer(); + void stopServer(bool bInteractive = false); bool startClient(); void stopClient(); @@ -162,6 +162,7 @@ int m_iDirtyCount; lscp_client_t *m_pClient; QProcess *m_pServer; + bool bForceServerStop; int m_iStartDelay; int m_iTimerDelay; int m_iTimerSlot;