messagingapp/msgui/appengine/src/conversationmsgstorehandler.cpp
changeset 51 3507212d340e
parent 41 25fe1fe642e3
child 62 fdbe8253b596
equal deleted inserted replaced
49:2a272ef608c4 51:3507212d340e
    55 #define LOC_MMS_RETRIEVAL_FAILED hbTrId("txt_messaging_dialog_mms_retrieval_failed")
    55 #define LOC_MMS_RETRIEVAL_FAILED hbTrId("txt_messaging_dialog_mms_retrieval_failed")
    56 #define LOC_MMS_NOTIF_EXPIRED hbTrId("Message Expired !")   //TODO: localization
    56 #define LOC_MMS_NOTIF_EXPIRED hbTrId("Message Expired !")   //TODO: localization
    57 #define LOC_MMS_WAITING hbTrId("txt_wireframe_list_multimedia_message_waiting")
    57 #define LOC_MMS_WAITING hbTrId("txt_wireframe_list_multimedia_message_waiting")
    58 #define LOC_MMS_RETRIEVING hbTrId("Retrieving message...")   //TODO: localization
    58 #define LOC_MMS_RETRIEVING hbTrId("Retrieving message...")   //TODO: localization
    59 #define LOC_MMS_EXPIRY_DATE hbTrId("txt_messaging_list_expiry_date")
    59 #define LOC_MMS_EXPIRY_DATE hbTrId("txt_messaging_list_expiry_date")
    60 
       
    61 // TODO: read global setting of formats on the phone
       
    62 const QString DATE_FORMAT("dd/MM");
       
    63 const QString TIME_FORMAT("hh:mm");
       
    64 
    60 
    65 // ================= MEMBER FUNCTIONS =======================
    61 // ================= MEMBER FUNCTIONS =======================
    66 
    62 
    67 // ---------------------------------------------------------
    63 // ---------------------------------------------------------
    68 // Default constructor.
    64 // Default constructor.