mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
General tidy up
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
// Local Hyperion includes
|
||||
#include "ProviderHID.h"
|
||||
|
||||
ProviderHID::ProviderHID()
|
||||
: _VendorId(0)
|
||||
ProviderHID::ProviderHID(const QJsonObject &deviceConfig)
|
||||
: LedDevice(deviceConfig)
|
||||
, _VendorId(0)
|
||||
, _ProductId(0)
|
||||
, _useFeature(false)
|
||||
, _deviceHandle(nullptr)
|
||||
|
Reference in New Issue
Block a user