phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonypluginview.h
changeset 60 1eef62f5c541
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
53:22cc52eade9b 60:1eef62f5c541
    23 #include <hbdataform.h>
    23 #include <hbdataform.h>
    24 #include <cpbasesettingview.h>
    24 #include <cpbasesettingview.h>
    25 
    25 
    26 class HbDataFormModelItem;
    26 class HbDataFormModelItem;
    27 class CpSettingFormItemData;
    27 class CpSettingFormItemData;
       
    28 class CpPluginInterface;
    28 
    29 
    29 // Class declaration 
    30 // Class declaration 
    30 class CpTelephonyPluginView : public CpBaseSettingView
    31 class CpTelephonyPluginView : public CpBaseSettingView
    31 {
    32 {
    32     Q_OBJECT
    33     Q_OBJECT
    41     QList<CpSettingFormItemData*> groupItemFromPlugin(
    42     QList<CpSettingFormItemData*> groupItemFromPlugin(
    42             const QString& plugin);
    43             const QString& plugin);
    43     
    44     
    44 private: // Data
    45 private: // Data
    45     CpItemDataHelper *m_helper;
    46     CpItemDataHelper *m_helper;
       
    47     QList<CpPluginInterface*> m_plugins;
    46 };
    48 };
    47 
    49 
    48 #endif /* CPTELEPHONYPLUGINVIEW_H_ */
    50 #endif /* CPTELEPHONYPLUGINVIEW_H_ */