Merge branch 'master' into Razer_Chroma_Support

This commit is contained in:
LordGrey
2020-10-19 22:08:18 +02:00
committed by GitHub
44 changed files with 1698 additions and 1782 deletions

View File

@@ -92,7 +92,7 @@ protected:
///
/// @brief Power-/turn on the WLED device.
///
/// @brief Store the device's original state.
/// @return True if success
///
bool powerOn() override;

View File

@@ -38,10 +38,7 @@ ProviderRestApi::ProviderRestApi()
ProviderRestApi::~ProviderRestApi()
{
if (_networkManager != nullptr)
{
delete _networkManager;
}
delete _networkManager;
}
void ProviderRestApi::setUrl(const QUrl& url)