phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.h
changeset 30 ebdbd102c78a
parent 22 6bb1b21d2484
child 51 f39ed5e045e0
equal deleted inserted replaced
27:2f8f8080a020 30:ebdbd102c78a
    16  */
    16  */
    17 
    17 
    18 #ifndef CPTELEPHONYPLUGIN_H
    18 #ifndef CPTELEPHONYPLUGIN_H
    19 #define CPTELEPHONYPLUGIN_H
    19 #define CPTELEPHONYPLUGIN_H
    20 
    20 
    21 #include <qobject.h>
    21 #include <QObject>
       
    22 #include <QList>
    22 #include <cpplugininterface.h>
    23 #include <cpplugininterface.h>
       
    24 #include "cpphonelocalisation.h"
    23 
    25 
    24 /*!
    26 /*!
    25     \class CpTelephonyPlugin
    27     \class CpTelephonyPlugin
    26     \brief The class CpTelephonyPlugin implements telephony plugin functionality. 
    28     \brief The class CpTelephonyPlugin implements telephony plugin functionality. 
    27  */
    29  */
    41      From CpPluginInterface.
    43      From CpPluginInterface.
    42      @see CpPluginInterface.
    44      @see CpPluginInterface.
    43      */
    45      */
    44     QList<CpSettingFormItemData*> createSettingFormItemData(
    46     QList<CpSettingFormItemData*> createSettingFormItemData(
    45             CpItemDataHelper &itemDataHelper) const;
    47             CpItemDataHelper &itemDataHelper) const;
       
    48     
       
    49 private: 
       
    50     
       
    51     QScopedPointer<CpPhoneLocalisation> m_localisation; 
    46 };
    52 };
    47 
    53 
    48 #endif /* CPTELEPHONYPLUGIN_H */
    54 #endif /* CPTELEPHONYPLUGIN_H */