phonesettings/cpphonesettingsplugins/cpnetworkplugin/src/cpnetworkplugin.h
changeset 76 cfea66083b62
parent 46 bc5a64e5bc3c
child 78 baacf668fe89
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
    51      * @see CpLauncherInterface.
    51      * @see CpLauncherInterface.
    52      */
    52      */
    53     CpBaseSettingView *createSettingView(const QVariant &hint) const;
    53     CpBaseSettingView *createSettingView(const QVariant &hint) const;
    54 
    54 
    55 private:
    55 private:
    56     QScopedPointer<CpPhoneLocalisation> m_localisation;
    56     QScopedPointer<PhoneLocalisation> m_localisation;
    57     QScopedPointer<CpNetworkStatus> m_networkStatus; 
    57     QScopedPointer<CpNetworkStatus> m_networkStatus; 
    58 };
    58 };
    59 
    59 
    60 #endif  // CPNETWORKPLUGIN_H
    60 #endif  // CPNETWORKPLUGIN_H