diff -r bc5a64e5bc3c -r 5bcb308bd24d phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper.h --- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper.h Tue Jul 06 14:15:47 2010 +0300 +++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper.h Wed Aug 18 09:48:26 2010 +0300 @@ -70,8 +70,8 @@ void removeCallHeader (int callId); void setState (int callId, int bubble, int callState); void setLabel (int bubble, const TDesC &text); - void setCli (int bubble, const TDesC &cliText); - void setSecondaryCli (int bubble, const TDesC &cliText); + void setCli (int bubble, const TDesC &cliText, Qt::TextElideMode elide); + void setSecondaryCli (int bubble, const TDesC &cliText, Qt::TextElideMode elide); void setCallType (int bubble, int callType); BubbleManagerIF& bubbleManager (); int bubbleId (int callId);