messagingapp/msgui/msgaudiofetcher/src/msgaudiofetcherwidget.cpp
changeset 52 12db4185673b
parent 43 35b64624a9e7
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    31 // LOCALIZED CONSTANTS
    31 // LOCALIZED CONSTANTS
    32 #define LOC_SELECT_SOUND  hbTrId("txt_messaging_title_select_a_sound")
    32 #define LOC_SELECT_SOUND  hbTrId("txt_messaging_title_select_a_sound")
    33 
    33 
    34 
    34 
    35 MsgAudioFetcherWidget::MsgAudioFetcherWidget()
    35 MsgAudioFetcherWidget::MsgAudioFetcherWidget()
    36     : HbWidget(this),
    36     : HbWidget(NULL),
    37       mLabel(0),
    37       mLabel(0),
    38       mListView(0),
    38       mListView(0),
    39       mLayout(0),
    39       mLayout(0),
    40       mFetcherModel(0),
    40       mFetcherModel(0),
    41       mAudioPreview(0),
    41       mAudioPreview(0),