phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper_stub.cpp
changeset 56 5bcb308bd24d
parent 37 ba76fc04e6c2
child 74 d1c62c765e48
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
   122     m_setLabelCalled = true;
   122     m_setLabelCalled = true;
   123     m_setLabelBubbleId = bubble;
   123     m_setLabelBubbleId = bubble;
   124     m_setLabelText = &text;
   124     m_setLabelText = &text;
   125 }
   125 }
   126 
   126 
   127 void PhoneBubbleWrapper::setCli (int bubble, const TDesC &cliText) 
   127 void PhoneBubbleWrapper::setCli (int bubble, const TDesC &cliText, Qt::TextElideMode elide) 
   128 {
   128 {
   129     m_setCliCalled = true;
   129     m_setCliCalled = true;
   130     m_setCliBubbleId = bubble;
   130     m_setCliBubbleId = bubble;
   131     m_setCliText = &cliText;
   131     m_setCliText = &cliText;
   132 }
   132 }
   133 
   133 
   134 void PhoneBubbleWrapper::setSecondaryCli (int bubble, const TDesC &cliText) 
   134 void PhoneBubbleWrapper::setSecondaryCli (int bubble, const TDesC &cliText, Qt::TextElideMode elide) 
   135 {
   135 {
   136     m_setSecondaryCliCalled = true;
   136     m_setSecondaryCliCalled = true;
   137     m_setSecondaryCliBubbleId = bubble;
   137     m_setSecondaryCliBubbleId = bubble;
   138     m_setSecondaryCliText = &cliText;
   138     m_setSecondaryCliText = &cliText;
   139 }
   139 }