[vlmc-devel] Project: Remove duplicated emittion of projectSaved

Yikai Lu git at videolan.org
Mon Aug 22 22:01:03 CEST 2016


vlmc | branch: medialibrary | Yikai Lu <luyikei.qmltu at gmail.com> | Sun Aug 21 18:40:12 2016 -0500| [88ee6802a24df3af54763cfaf8ad53cfc0620918] | committer: Hugo Beauzée-Luyssen

Project: Remove duplicated emittion of projectSaved

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> https://code.videolan.org/videolan/vlmc/commit/88ee6802a24df3af54763cfaf8ad53cfc0620918
---

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

diff --git a/src/Project/Project.cpp b/src/Project/Project.cpp
index 9549545..e21a588 100644
--- a/src/Project/Project.cpp
+++ b/src/Project/Project.cpp
@@ -162,7 +162,6 @@ Project::saveAs( const QString& fileName )
     delete m_projectFile;
     m_projectFile = new QFile( fileName );
     saveProject( fileName );
-    emit projectSaved();
 }
 
 void



More information about the Vlmc-devel mailing list