phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.h
changeset 76 cfea66083b62
parent 45 6b911d05207e
child 78 baacf668fe89
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
    29 class HbLineEdit;
    29 class HbLineEdit;
    30 class PSetWrapper;
    30 class PSetWrapper;
    31 class PSetCliWrapper; 
    31 class PSetCliWrapper; 
    32 class SsSettingsWrapper; 
    32 class SsSettingsWrapper; 
    33 class PSetCallWaitingWrapper;
    33 class PSetCallWaitingWrapper;
    34 class CpSettingsWrapper;
    34 class SettingsWrapper;
    35 
    35 
    36 class CpCallsPluginGroup: public CpSettingFormItemData
    36 class CpCallsPluginGroup: public CpSettingFormItemData
    37 {
    37 {
    38     Q_OBJECT
    38     Q_OBJECT
    39 
    39 
    89 private:   
    89 private:   
    90 
    90 
    91     // Setting wrappers 
    91     // Setting wrappers 
    92     PSetWrapper *m_pSetWrapper; 
    92     PSetWrapper *m_pSetWrapper; 
    93     SsSettingsWrapper *m_ssSettingsWrapper; 
    93     SsSettingsWrapper *m_ssSettingsWrapper; 
    94     CpSettingsWrapper *m_cpSettingsWrapper;
    94     SettingsWrapper *m_cpSettingsWrapper;
    95 
    95 
    96     // Not own
    96     // Not own
    97     PSetCliWrapper* m_cliWrapper;
    97     PSetCliWrapper* m_cliWrapper;
    98     PSetCallWaitingWrapper* m_callWaitingWrapper;
    98     PSetCallWaitingWrapper* m_callWaitingWrapper;
    99     
    99