wip remove epw now working, xekboxs still funky

This commit is contained in:
Hane 2023-09-07 22:51:55 +02:00
commit 83208e3dfe
3 changed files with 8 additions and 7 deletions

View file

@ -61,12 +61,12 @@ enum CustomQEvent {
};
class EndpointWidgetEvent : public QEvent {
Q_OBJECT
public:
EndpointWidgetEvent(QEvent::Type type, int idx);
uint64_t idx;
};
//Q_DECLARE_METATYPE(EndpointWidgetEvent)
class ExtendedCheckBox : public QCheckBox {
Q_OBJECT