added an additional layer for process killing to musrgui/musredit which hopefully should help to reduce the number of musrfit/musrview corpses with high CPU load.

This commit is contained in:
nemu
2011-02-21 10:20:47 +00:00
parent 7fc76c7cb1
commit 076753e018
5 changed files with 27 additions and 12 deletions

View File

@@ -58,6 +58,7 @@ class PFitOutputHandler : public QDialog
virtual void processDone();
private:
Q_LONG fProcPID;
QProcess *fProc;
QVBox *fVbox;