Added base class for all Manually Added Devices settings Entries
This commit is contained in:
parent
fc26902d1d
commit
c09d41bd40
29 changed files with 67 additions and 81 deletions
|
|
@ -13,7 +13,7 @@
|
|||
using namespace Ui;
|
||||
|
||||
OpenRGBPhilipsHueSettingsEntry::OpenRGBPhilipsHueSettingsEntry(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
BaseManualDeviceEntry(parent),
|
||||
ui(new Ui::OpenRGBPhilipsHueSettingsEntryUi)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue