From 0edd71e793ecd7e466c0d9bf1f2687dc3676c7e4 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage <emmanuel.lepage@savoirfairelinux.com> Date: Mon, 26 Sep 2011 15:16:54 -0400 Subject: [PATCH] Fix a daemon bug --- src/CallModel.hpp | 1 + src/Contact.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CallModel.hpp b/src/CallModel.hpp index a04ec740..d81dda3b 100644 --- a/src/CallModel.hpp +++ b/src/CallModel.hpp @@ -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 template<typename CallWidget, typename Index> bool CallModel<CallWidget,Index>::conferenceChanged(const QString& confId, const QString& state) { + qDebug() << "Conf changed2"; Q_UNUSED(state) if (!privateCallList_callId[confId]) { diff --git a/src/Contact.cpp b/src/Contact.cpp index 4a8f718f..d78b93a8 100644 --- a/src/Contact.cpp +++ b/src/Contact.cpp @@ -17,7 +17,7 @@ * along with this program; if not, write to the * * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ + **************************************************************************/ #include "Contact.h" #include <QtCore/QDebug> -- GitLab