[vlmc-devel] MainWorkflow: Remove a connection that doesn't make sense
Yikai Lu
git at videolan.org
Tue Jun 6 18:19:13 CEST 2017
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Mon Jun 5 16:36:13 2017 +0900| [d93d5a3eb580f6dbb680521cf414a34404287aff] | committer: Yikai Lu
MainWorkflow: Remove a connection that doesn't make sense
> https://code.videolan.org/videolan/vlmc/commit/d93d5a3eb580f6dbb680521cf414a34404287aff
---
src/Workflow/MainWorkflow.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/Workflow/MainWorkflow.cpp b/src/Workflow/MainWorkflow.cpp
index 1b0018ea..f7276eb8 100644
--- a/src/Workflow/MainWorkflow.cpp
+++ b/src/Workflow/MainWorkflow.cpp
@@ -352,8 +352,6 @@ MainWorkflow::startRenderToFile( const QString &outputFileName, quint32 width, q
connect( this, &MainWorkflow::mainWorkflowEndReached, &dialog, &WorkflowFileRendererDialog::accept );
#endif
- connect( this, &MainWorkflow::mainWorkflowEndReached, this, [&output]{ output.stop(); } );
-
input->setPosition( 0 );
output.start();
More information about the Vlmc-devel
mailing list