phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper.h
changeset 50 377c906a8701
parent 37 ba76fc04e6c2
child 74 d1c62c765e48
--- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper.h	Tue Jul 06 14:15:47 2010 +0300
+++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper.h	Fri Jul 09 15:40:55 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);