phonesettings/cpphonesettingsplugins/cpnetworkplugin/src/cpnetworkpluginform.h
changeset 76 cfea66083b62
parent 65 2a5d4ab426d3
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
    23 #include <QSharedPointer>
    23 #include <QSharedPointer>
    24 #include <psetnetworkwrapper.h>
    24 #include <psetnetworkwrapper.h>
    25 #include <hbmessagebox.h>
    25 #include <hbmessagebox.h>
    26 
    26 
    27 class HbDataFormModelItem;
    27 class HbDataFormModelItem;
    28 class CpSettingsWrapper;
    28 class SettingsWrapper;
    29 class PSetWrapper;
    29 class PSetWrapper;
    30 class HbListWidget;
    30 class HbListWidget;
    31 class PSetNetworkWrapper;
    31 class PSetNetworkWrapper;
    32 class CpSettingFormItemData;
    32 class CpSettingFormItemData;
    33 class PsUiNotes;
    33 class PsUiNotes;
   104     QStringList mCellularUseRoamOptions;
   104     QStringList mCellularUseRoamOptions;
   105     int m_activeNoteId;
   105     int m_activeNoteId;
   106     int m_activeProgressNoteId;
   106     int m_activeProgressNoteId;
   107     // Own
   107     // Own
   108     PSetWrapper *m_pSetWrapper;
   108     PSetWrapper *m_pSetWrapper;
   109     CpSettingsWrapper *m_cpSettingsWrapper;
   109     SettingsWrapper *m_cpSettingsWrapper;
   110     QSharedPointer<CellularDataSettings> mCellularSettings;
   110     QSharedPointer<CellularDataSettings> mCellularSettings;
   111     HbDialog *m_dialog; 
   111     HbDialog *m_dialog; 
   112     
   112     
   113     // Not own
   113     // Not own
   114     PSetNetworkWrapper *m_psetNetworkWrapper;
   114     PSetNetworkWrapper *m_psetNetworkWrapper;