mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 14:34:57 -04:00
Update plugins to compile with Qt5 and Qt6
This commit is contained in:
@@ -229,7 +229,7 @@ void InterferometerGUI::leaveEvent(QEvent*)
|
||||
m_channelMarker.setHighlighted(false);
|
||||
}
|
||||
|
||||
void InterferometerGUI::enterEvent(QEvent*)
|
||||
void InterferometerGUI::enterEvent(EnterEventType*)
|
||||
{
|
||||
m_channelMarker.setHighlighted(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user