Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. diff --git a/tuning.cpp b/tuning.cpp
  2. index 257ab09..60f5cd2 100644
  3. --- a/tuning.cpp
  4. +++ b/tuning.cpp
  5. @@ -479,7 +479,7 @@ void tuning::on_pushButton_play_clicked()
  6. if (myProcess.pid()) {
  7. qDebug() << "stopping previous player first...";
  8. myProcess.kill();
  9. - myProcess.waitForFinished();
  10. + myProcess.waitForFinished(1000);
  11. }
  12.  
  13. mytune->close_dvr();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement