diff -r d1c62c765e48 -r cfea66083b62 phoneapp/phoneuiqtviewadapter/src/phonebubblewrapper.cpp --- a/phoneapp/phoneuiqtviewadapter/src/phonebubblewrapper.cpp Fri Sep 17 17:09:12 2010 +0300 +++ b/phoneapp/phoneuiqtviewadapter/src/phonebubblewrapper.cpp Mon Oct 04 16:06:10 2010 +0300 @@ -50,6 +50,7 @@ int PhoneBubbleWrapper::createCallHeader (int callId) { + PHONE_TRACE int bubble; if (!m_bubbles.contains (callId)) { @@ -65,6 +66,7 @@ void PhoneBubbleWrapper::removeCallHeader (int callId) { + PHONE_TRACE if (m_bubbles.contains (callId)) { m_bubbleManager.removeCallHeader (m_bubbles [callId]); m_bubbles.remove (callId); @@ -196,6 +198,7 @@ int PhoneBubbleWrapper::activeCallCount() { + PHONE_TRACE int count(0); QMap callStateList = callStates(); @@ -214,6 +217,7 @@ QMap PhoneBubbleWrapper::callStates() const { + PHONE_TRACE QMap ret; for (int i=0; i PhoneBubbleWrapper::bubbles() const { + PHONE_TRACE QMap ret; for (int i=0; i