phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper_stub.cpp
changeset 56 5bcb308bd24d
parent 37 ba76fc04e6c2
child 74 d1c62c765e48
--- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper_stub.cpp	Tue Jul 06 14:15:47 2010 +0300
+++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper_stub.cpp	Wed Aug 18 09:48:26 2010 +0300
@@ -124,14 +124,14 @@
     m_setLabelText = &text;
 }
 
-void PhoneBubbleWrapper::setCli (int bubble, const TDesC &cliText) 
+void PhoneBubbleWrapper::setCli (int bubble, const TDesC &cliText, Qt::TextElideMode elide) 
 {
     m_setCliCalled = true;
     m_setCliBubbleId = bubble;
     m_setCliText = &cliText;
 }
 
-void PhoneBubbleWrapper::setSecondaryCli (int bubble, const TDesC &cliText) 
+void PhoneBubbleWrapper::setSecondaryCli (int bubble, const TDesC &cliText, Qt::TextElideMode elide) 
 {
     m_setSecondaryCliCalled = true;
     m_setSecondaryCliBubbleId = bubble;