messagingapp/msgui/conversationview/src/msgconversationviewitem.cpp
changeset 48 4f501b74aeb1
parent 37 518b245aa84c
child 51 3507212d340e
equal deleted inserted replaced
46:b1f0785c289d 48:4f501b74aeb1
    49 // LOCALIZATION
    49 // LOCALIZATION
    50 #define LOC_RINGING_TONE hbTrId("txt_messaging_dpopinfo_ringing_tone")
    50 #define LOC_RINGING_TONE hbTrId("txt_messaging_dpopinfo_ringing_tone")
    51 #define LOC_BUSINESS_CARD hbTrId("txt_messaging_list_business_card")
    51 #define LOC_BUSINESS_CARD hbTrId("txt_messaging_list_business_card")
    52 #define LOC_CALENDAR_EVENT hbTrId("txt_messaging_list_calendar_event")
    52 #define LOC_CALENDAR_EVENT hbTrId("txt_messaging_list_calendar_event")
    53 #define LOC_UNSUPPORTED_MSG_TYPE hbTrId("txt_messaging_list_listview_unsupported_message_type")
    53 #define LOC_UNSUPPORTED_MSG_TYPE hbTrId("txt_messaging_list_listview_unsupported_message_type")
    54 #define LOC_RESEND_AT hbTrId("Resend at ")
    54 #define LOC_RESEND_AT hbTrId("txt_messaging_list_resend_at_time")
    55 
    55 
    56 //---------------------------------------------------------------
    56 //---------------------------------------------------------------
    57 // MsgConversationViewItem::MsgConversationViewItem
    57 // MsgConversationViewItem::MsgConversationViewItem
    58 // Constructor
    58 // Constructor
    59 //---------------------------------------------------------------
    59 //---------------------------------------------------------------
   579 // MsgConversationViewItem::orientationchanged
   579 // MsgConversationViewItem::orientationchanged
   580 // @see header file
   580 // @see header file
   581 //---------------------------------------------------------------
   581 //---------------------------------------------------------------
   582 void MsgConversationViewItem::orientationchanged(Qt::Orientation orientation)
   582 void MsgConversationViewItem::orientationchanged(Qt::Orientation orientation)
   583 {
   583 {
       
   584     Q_UNUSED(orientation)
   584     QDEBUG_WRITE("MsgConversationViewItem:orientationchanged start.")
   585     QDEBUG_WRITE("MsgConversationViewItem:orientationchanged start.")
   585 
   586 
   586     repolish();
   587     repolish();
   587 
   588 
   588     QDEBUG_WRITE("MsgConversationViewItem:orientationchanged end.")
   589     QDEBUG_WRITE("MsgConversationViewItem:orientationchanged end.")