mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-12 10:48:42 -04:00
Update plugins to compile with Qt5 and Qt6
This commit is contained in:
@@ -612,7 +612,7 @@ void DATVModGUI::leaveEvent(QEvent* event)
|
||||
ChannelGUI::leaveEvent(event);
|
||||
}
|
||||
|
||||
void DATVModGUI::enterEvent(QEvent* event)
|
||||
void DATVModGUI::enterEvent(EnterEventType* event)
|
||||
{
|
||||
m_channelMarker.setHighlighted(true);
|
||||
ChannelGUI::enterEvent(event);
|
||||
|
||||
Reference in New Issue
Block a user