diff -r bc5a64e5bc3c -r 377c906a8701 phoneapp/phoneuiqtviewadapter/inc/phonebubblewrapper.h --- a/phoneapp/phoneuiqtviewadapter/inc/phonebubblewrapper.h Tue Jul 06 14:15:47 2010 +0300 +++ b/phoneapp/phoneuiqtviewadapter/inc/phonebubblewrapper.h Fri Jul 09 15:40:55 2010 +0300 @@ -54,9 +54,9 @@ void setLabel (int bubble, const TDesC &text); - void setCli (int bubble, const TDesC &cliText); + void setCli (int bubble, const TDesC &cliText, Qt::TextElideMode elide); - void setSecondaryCli (int bubble, const TDesC &cliText); + void setSecondaryCli (int bubble, const TDesC &cliText, Qt::TextElideMode elide); void setCallType (int bubble, int callType);