[vlmc-devel] Commands: Comment out a not-working connection
Yikai Lu
git at videolan.org
Sun Jul 10 18:03:35 CEST 2016
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Sun Jul 10 16:18:47 2016 +0900| [da64d272a31468847ccbb30f25d5ed079fe34320] | committer: Yikai Lu
Commands: Comment out a not-working connection
> https://code.videolan.org/videolan/vlmc/commit/da64d272a31468847ccbb30f25d5ed079fe34320
---
src/Commands/Commands.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Commands/Commands.cpp b/src/Commands/Commands.cpp
index 1228843..6f8ee33 100644
--- a/src/Commands/Commands.cpp
+++ b/src/Commands/Commands.cpp
@@ -46,8 +46,8 @@ Commands::Generic::Generic() :
//FIXME: there is no signal retranslateRequired in QUndoStack class
// <3 qt4 connects
- connect( Core::instance()->undoStack(), SIGNAL( retranslateRequired() ),
- this, SLOT( retranslate() ), Qt::DirectConnection );
+ // connect( Core::instance()->undoStack(), SIGNAL( retranslateRequired() ),
+ // this, SLOT( retranslate() ), Qt::DirectConnection );
}
void
More information about the Vlmc-devel
mailing list