From b27c4c7c68278f897603e343805c1b84fb8c940e Mon Sep 17 00:00:00 2001 From: Ludovic Fauvet Date: Thu, 21 Jun 2012 01:35:59 +0200 Subject: [PATCH] qt4: remove duplicate callback MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafaël Carré --- 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 c251bb1a9c..8edd8429f1 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, -- 2.39.2