mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Prevent calls to endOfMedia which was causing crash on 2nd import (closes #385).
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user