mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Ref T709, changed to "static" settings as it needs to be used in static functions such as "CTraffic::preferences"
This commit is contained in:
committed by
Mat Sutcliffe
parent
f2f9ee8818
commit
1440c4d2e9
@@ -13,9 +13,11 @@
|
||||
|
||||
namespace XSwiftBus
|
||||
{
|
||||
CWeather::CWeather(CSettings &settings) : m_pluginSettings(settings)
|
||||
CSettings *CWeather::s_pluginSettings = nullptr;
|
||||
|
||||
CWeather::CWeather(CSettings *staticSettings)
|
||||
{
|
||||
// void
|
||||
CWeather::s_pluginSettings = staticSettings;
|
||||
}
|
||||
|
||||
//! Set cloud layer
|
||||
|
||||
Reference in New Issue
Block a user