Commit b27c4c7c authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Rafaël Carré

qt4: remove duplicate callback

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 7dd43543
...@@ -56,8 +56,6 @@ DialogHandler::DialogHandler (intf_thread_t *p_intf, QObject *_parent) ...@@ -56,8 +56,6 @@ DialogHandler::DialogHandler (intf_thread_t *p_intf, QObject *_parent)
Qt::BlockingQueuedConnection); Qt::BlockingQueuedConnection);
question.addCallback(this, SLOT(requestAnswer(void *)), question.addCallback(this, SLOT(requestAnswer(void *)),
Qt::BlockingQueuedConnection); Qt::BlockingQueuedConnection);
question.addCallback(this, SLOT(requestAnswer(void *)),
Qt::BlockingQueuedConnection);
progressBar.addCallback(this, SLOT(startProgressBar(void *)), progressBar.addCallback(this, SLOT(startProgressBar(void *)),
Qt::BlockingQueuedConnection); Qt::BlockingQueuedConnection);
connect (this, connect (this,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment