[vlc-commits] qt4: remove duplicate callback
Ludovic Fauvet
git at videolan.org
Thu Jun 21 23:52:50 CEST 2012
vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Thu Jun 21 01:35:59 2012 +0200| [b27c4c7c68278f897603e343805c1b84fb8c940e] | committer: Rafaël Carré
qt4: remove duplicate callback
Signed-off-by: Rafaël Carré <funman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b27c4c7c68278f897603e343805c1b84fb8c940e
---
modules/gui/qt4/dialogs/external.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/gui/qt4/dialogs/external.cpp b/modules/gui/qt4/dialogs/external.cpp
index c251bb1..8edd842 100644
--- a/modules/gui/qt4/dialogs/external.cpp
+++ b/modules/gui/qt4/dialogs/external.cpp
@@ -56,8 +56,6 @@ DialogHandler::DialogHandler (intf_thread_t *p_intf, QObject *_parent)
Qt::BlockingQueuedConnection);
question.addCallback(this, SLOT(requestAnswer(void *)),
Qt::BlockingQueuedConnection);
- question.addCallback(this, SLOT(requestAnswer(void *)),
- Qt::BlockingQueuedConnection);
progressBar.addCallback(this, SLOT(startProgressBar(void *)),
Qt::BlockingQueuedConnection);
connect (this,
More information about the vlc-commits
mailing list