Skip to content
Extraits de code Groupes Projets

Add clean logs support + dependent MR

8 files
+ 30
33
Comparer les modifications
  • Côte à côte
  • En ligne

Fichiers

+ 0
4
@@ -7,11 +7,7 @@ using namespace Vivy;
void
VideoSubDocument::initFromPath(const QString &path)
{
if (contextPtr)
qDebug() << "Replacing the video contetx by a new one for file" << path;
contextPtr.reset(new VideoContext(path)); // May throw
qDebug() << "Video OK for" << path;
}
QString
Chargement en cours