phoneapp/phoneuiqtviewadapter/inc/phonebubblewrapper.h
changeset 50 377c906a8701
parent 37 ba76fc04e6c2
--- 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);