mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 21:05:34 +08:00
Ref T709, changed to settings provider
* CPlugin is the provider * it is "kept" in DBus object for traffic, service, weather
This commit is contained in:
committed by
Mat Sutcliffe
parent
97926eee26
commit
f9c87326fb
@@ -13,11 +13,9 @@
|
||||
|
||||
namespace XSwiftBus
|
||||
{
|
||||
CSettings *CWeather::s_pluginSettings = nullptr;
|
||||
|
||||
CWeather::CWeather(CSettings *staticSettings)
|
||||
CWeather::CWeather(ISettingsProvider *settingsProvider) : CDBusObject(settingsProvider)
|
||||
{
|
||||
CWeather::s_pluginSettings = staticSettings;
|
||||
// void
|
||||
}
|
||||
|
||||
//! Set cloud layer
|
||||
|
||||
Reference in New Issue
Block a user