phonesettings/cpphonesettingsplugins/cpnetworkplugin/src/cpnetworkplugin.h
changeset 30 ebdbd102c78a
parent 22 6bb1b21d2484
child 51 f39ed5e045e0
equal deleted inserted replaced
27:2f8f8080a020 30:ebdbd102c78a
    18 #ifndef CPNETWORKPLUGIN_H
    18 #ifndef CPNETWORKPLUGIN_H
    19 #define CPNETWORKPLUGIN_H
    19 #define CPNETWORKPLUGIN_H
    20 
    20 
    21 #include <qobject.h>
    21 #include <qobject.h>
    22 #include <cpplugininterface.h>
    22 #include <cpplugininterface.h>
       
    23 #include "cpphonelocalisation.h"
       
    24 
    23 
    25 
    24 class CpNetworkPlugin : public QObject, public CpPluginInterface
    26 class CpNetworkPlugin : public QObject, public CpPluginInterface
    25 {
    27 {
    26     Q_OBJECT
    28     Q_OBJECT
    27     Q_INTERFACES(CpPluginInterface)
    29     Q_INTERFACES(CpPluginInterface)
    37      * @see CpPluginInterface.
    39      * @see CpPluginInterface.
    38      */
    40      */
    39     QList<CpSettingFormItemData*> createSettingFormItemData(
    41     QList<CpSettingFormItemData*> createSettingFormItemData(
    40         CpItemDataHelper &itemDataHelper) const;
    42         CpItemDataHelper &itemDataHelper) const;
    41 
    43 
       
    44 private:
       
    45     
       
    46     QScopedPointer<CpPhoneLocalisation> m_localisation; 
    42 };
    47 };
    43 
    48 
    44 #endif  // CPNETWORKPLUGIN_H
    49 #endif  // CPNETWORKPLUGIN_H