equal
deleted
inserted
replaced
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 |