1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

Update plugins to compile with Qt5 and Qt6

This commit is contained in:
Jon Beniston
2022-11-17 14:36:12 +00:00
parent fc7c9c1fc8
commit 3b5b222114
122 changed files with 174 additions and 149 deletions
+1 -1
View File
@@ -538,7 +538,7 @@ void UDPSourceGUI::leaveEvent(QEvent* event)
ChannelGUI::leaveEvent(event);
}
void UDPSourceGUI::enterEvent(QEvent* event)
void UDPSourceGUI::enterEvent(EnterEventType* event)
{
m_channelMarker.setHighlighted(true);
ChannelGUI::enterEvent(event);