Commit 2530f6a5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix EventId collisions

Ref #14885 #14166 #14162 #14442
parent 3448e372
...@@ -56,8 +56,8 @@ public: ...@@ -56,8 +56,8 @@ public:
ItemEsChanged, ItemEsChanged,
ItemTeletextChanged, ItemTeletextChanged,
InterfaceVoutUpdate, InterfaceVoutUpdate,
StatisticsUpdate, /*10*/ StatisticsUpdate,
InterfaceAoutUpdate, InterfaceAoutUpdate, /* 10 */
MetaChanged, MetaChanged,
NameChanged, NameChanged,
InfoChanged, InfoChanged,
...@@ -67,11 +67,11 @@ public: ...@@ -67,11 +67,11 @@ public:
RecordingEvent, RecordingEvent,
ProgramChanged, ProgramChanged,
RandomChanged, RandomChanged,
LoopOrRepeatChanged, LoopOrRepeatChanged, /* 20 */
EPGEvent, EPGEvent,
/* SignalChanged, */ /* SignalChanged, */
FullscreenControlToggle = QEvent::User + IMEventTypeOffset + 20, FullscreenControlToggle = QEvent::User + IMEventTypeOffset + 50,
FullscreenControlShow, FullscreenControlShow,
FullscreenControlHide, FullscreenControlHide,
FullscreenControlPlanHide, FullscreenControlPlanHide,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment