Fix warning in OpenRGBDMXSettingsEntry.cpp

This commit is contained in:
Adam Honse 2023-05-24 11:28:35 -05:00
parent e2cbac0e83
commit 9d988444b1
2 changed files with 0 additions and 6 deletions

View file

@ -22,8 +22,3 @@ void OpenRGBDMXSettingsEntry::changeEvent(QEvent *event)
ui->retranslateUi(this);
}
}
void Ui::OpenRGBDMXSettingsEntry::on_TypeComboBox_currentIndexChanged(int index)
{
}

View file

@ -19,7 +19,6 @@ public:
private slots:
void changeEvent(QEvent *event);
void on_TypeComboBox_currentIndexChanged(int index);
};
#endif // OPENRGBDMXSETTINGSENTRY_H