From 5eb69a65aa30ff0eea39957143139de95681db69 Mon Sep 17 00:00:00 2001 From: Goutough Date: Mon, 17 Sep 2012 15:52:21 +0200 Subject: [PATCH] Kludge to fix detection of clip end. --- src/qmpwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qmpwidget.cpp b/src/qmpwidget.cpp index c770664..a4c10c8 100644 --- a/src/qmpwidget.cpp +++ b/src/qmpwidget.cpp @@ -218,7 +218,7 @@ class QMPProcess : public QProcess #endif m_movieFinishedTimer.setSingleShot(true); - m_movieFinishedTimer.setInterval(100); + m_movieFinishedTimer.setInterval(500); connect(this, SIGNAL(readyReadStandardOutput()), this, SLOT(readStdout())); connect(this, SIGNAL(readyReadStandardError()), this, SLOT(readStderr())); -- 2.11.4.GIT