Skip to content
Snippets Groups Projects
Commit 0edd71e7 authored by Emmanuel Lepage's avatar Emmanuel Lepage
Browse files

Fix a daemon bug

parent 9ad87777
No related branches found
No related tags found
No related merge requests found
...@@ -270,6 +270,7 @@ template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>:: ...@@ -270,6 +270,7 @@ template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::
///Executed when the daemon signal a modification in an existing conference. Update the call list and update the TreeView ///Executed when the daemon signal a modification in an existing conference. Update the call list and update the TreeView
template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::conferenceChanged(const QString& confId, const QString& state) template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::conferenceChanged(const QString& confId, const QString& state)
{ {
qDebug() << "Conf changed2";
Q_UNUSED(state) Q_UNUSED(state)
if (!privateCallList_callId[confId]) { if (!privateCallList_callId[confId]) {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* along with this program; if not, write to the * * along with this program; if not, write to the *
* Free Software Foundation, Inc., * * Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/ **************************************************************************/
#include "Contact.h" #include "Contact.h"
#include <QtCore/QDebug> #include <QtCore/QDebug>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment