Fix warning in OpenRGBDMXSettingsEntry.cpp
This commit is contained in:
parent
e2cbac0e83
commit
9d988444b1
2 changed files with 0 additions and 6 deletions
|
|
@ -22,8 +22,3 @@ void OpenRGBDMXSettingsEntry::changeEvent(QEvent *event)
|
|||
ui->retranslateUi(this);
|
||||
}
|
||||
}
|
||||
|
||||
void Ui::OpenRGBDMXSettingsEntry::on_TypeComboBox_currentIndexChanged(int index)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ public:
|
|||
|
||||
private slots:
|
||||
void changeEvent(QEvent *event);
|
||||
void on_TypeComboBox_currentIndexChanged(int index);
|
||||
};
|
||||
|
||||
#endif // OPENRGBDMXSETTINGSENTRY_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue