Added base class for all Manually Added Devices settings Entries

This commit is contained in:
Dmitry Kychanov 2025-06-10 10:32:30 +04:00
parent fc26902d1d
commit c09d41bd40
29 changed files with 67 additions and 81 deletions

View file

@ -13,7 +13,7 @@
using namespace Ui;
OpenRGBPhilipsHueSettingsEntry::OpenRGBPhilipsHueSettingsEntry(QWidget *parent) :
QWidget(parent),
BaseManualDeviceEntry(parent),
ui(new Ui::OpenRGBPhilipsHueSettingsEntryUi)
{
ui->setupUi(this);