[vlmc-devel] MainWorkflow: Remove a meaningless connection

Yikai Lu git at videolan.org
Tue Apr 4 04:03:31 CEST 2017


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Mon Apr  3 21:02:54 2017 -0500| [18c98d7105327c199f8f8e5aa7abd6e26cc4f613] | committer: Yikai Lu

MainWorkflow: Remove a meaningless connection

> https://code.videolan.org/videolan/vlmc/commit/18c98d7105327c199f8f8e5aa7abd6e26cc4f613
---

 src/Workflow/MainWorkflow.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Workflow/MainWorkflow.cpp b/src/Workflow/MainWorkflow.cpp
index 995aa04..06b6f7d 100644
--- a/src/Workflow/MainWorkflow.cpp
+++ b/src/Workflow/MainWorkflow.cpp
@@ -350,7 +350,6 @@ MainWorkflow::startRenderToFile( const QString &outputFileName, quint32 width, q
     });
 #endif
 
-    connect( &cEventWatcher, &OutputEventWatcher::stopped, this, [&output]{ output.stop(); } );
     connect( this, &MainWorkflow::mainWorkflowEndReached, this, [&output]{ output.stop(); } );
     connect( this, &MainWorkflow::mainWorkflowEndReached, &dialog, &WorkflowFileRendererDialog::accept );
 



More information about the Vlmc-devel mailing list