Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
472B

  1. diff --git a/src/qjackctlMainForm.cpp b/src/qjackctlMainForm.cpp
  2. index ddc448b..3f4814d 100644
  3. --- a/src/qjackctlMainForm.cpp
  4. +++ b/src/qjackctlMainForm.cpp
  5. @@ -2645,9 +2645,6 @@ void qjackctlMainForm::exitNotifyEvent (void)
  6. jackFinished();
  7. break;
  8. case QProcess::Crashed:
  9. - #if defined(__WIN32__) || defined(_WIN32) || defined(WIN32)
  10. - if (!m_bJackStopped)
  11. - #endif
  12. appendMessagesColor(tr("JACK has crashed."), "#cc3366");
  13. break;
  14. case QProcess::Timedout: