mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Merge branch 'master' into Razer_Chroma_Support
This commit is contained in:
@@ -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;
|
||||
|
||||
|
@@ -38,10 +38,7 @@ ProviderRestApi::ProviderRestApi()
|
||||
|
||||
ProviderRestApi::~ProviderRestApi()
|
||||
{
|
||||
if (_networkManager != nullptr)
|
||||
{
|
||||
delete _networkManager;
|
||||
}
|
||||
delete _networkManager;
|
||||
}
|
||||
|
||||
void ProviderRestApi::setUrl(const QUrl& url)
|
||||
|
Reference in New Issue
Block a user