mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
Added network to UNIT tests (needed for CUrl
Other includes where needed
This commit is contained in:
@@ -153,7 +153,7 @@ namespace BlackWxPlugin
|
||||
m_maxRange = range;
|
||||
if (m_gribData.isEmpty())
|
||||
{
|
||||
if (!sApp->isInternetAccessible())
|
||||
if (!sApp || !sApp->isInternetAccessible())
|
||||
{
|
||||
CLogMessage(this).error(u"No weather download since network/internet not accessible");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user