cmmanager/cpdestinationplugin/src/cpadddestinationentryitemdata.cpp
changeset 29 1f1fcd7e941c
parent 20 9c97ad6591ae
child 27 489cf6208544
equal deleted inserted replaced
28:860702281757 29:1f1fcd7e941c
    54     @param[in] itemDataHelper Helper from Control Panel for making connections.
    54     @param[in] itemDataHelper Helper from Control Panel for making connections.
    55     @param[in] parent Parent object.
    55     @param[in] parent Parent object.
    56  */
    56  */
    57 CpAddDestinationEntryItemData::CpAddDestinationEntryItemData(CpItemDataHelper &itemDataHelper,
    57 CpAddDestinationEntryItemData::CpAddDestinationEntryItemData(CpItemDataHelper &itemDataHelper,
    58                                                              CpDestinationGroup *parent)
    58                                                              CpDestinationGroup *parent)
    59     : CpSettingFormEntryItemData(itemDataHelper),
    59     : CpSettingFormEntryItemData(CpSettingFormEntryItemData::ButtonEntryItem, itemDataHelper),
    60     mParent(parent),
    60     mParent(parent),
    61     mDialog(0)
    61     mDialog(0)
    62 {
    62 {
    63     OstTraceFunctionEntry0(CPADDDESTINATIONENTRYITEMDATA_CPADDDESTINATIONENTRYITEMDATA_ENTRY);
    63     OstTraceFunctionEntry0(CPADDDESTINATIONENTRYITEMDATA_CPADDDESTINATIONENTRYITEMDATA_ENTRY);
    64     // Fix connections
    64     // Fix connections