Added "isWeatherActivated" based on the discussion with LT

This commit is contained in:
Klaus Basan
2019-02-27 21:55:39 +01:00
committed by Mat Sutcliffe
parent f98ba0e494
commit 6ca6d12851
8 changed files with 34 additions and 4 deletions

View File

@@ -318,6 +318,13 @@ namespace BlackCore
return false;
}
//! \copydoc IContextSimulator::isWeatherActivated
virtual bool isWeatherActivated() const override
{
logEmptyContextWarning(Q_FUNC_INFO);
return false;
}
//! \copydoc IContextSimulator::setWeatherActivated
virtual void setWeatherActivated(bool activated) override
{