mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Ref T786, make sure callbacks are called in correct thread
* callback.singleShot * shutdown guards, "myself" * BLACK_VERIFY * Qt::QueuedConnection
This commit is contained in:
committed by
Mat Sutcliffe
parent
fbf63457c1
commit
3be498a347
@@ -77,8 +77,8 @@ namespace BlackCore
|
||||
void handleNextRequest();
|
||||
|
||||
CPluginManagerWeatherData m_pluginManagerWeatherData { this };
|
||||
QVector<IWeatherData *> m_weatherDataPlugins;
|
||||
QVector<WeatherRequest> m_pendingRequests;
|
||||
QVector<IWeatherData *> m_weatherDataPlugins;
|
||||
QVector<WeatherRequest> m_pendingRequests;
|
||||
BlackMisc::Weather::CWeatherGrid m_weatherGrid;
|
||||
bool m_isWeatherClear = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user