diff --git a/src/core/VideoImplQtMultiMedia.cpp b/src/core/VideoImplQtMultiMedia.cpp index 482ad9f..3a03c6c 100644 --- a/src/core/VideoImplQtMultiMedia.cpp +++ b/src/core/VideoImplQtMultiMedia.cpp @@ -52,7 +52,7 @@ _uri("") _mediaPlayer->setVideoOutput(_videoSurface); - connect(_mediaPlayer, SIGNAL(positionChanged(qint64)), this, SLOT(endOfMedia(qint64))); +// connect(_mediaPlayer, SIGNAL(positionChanged(qint64)), this, SLOT(endOfMedia(qint64))); _bitsChanged = true; }