1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-11 02:08:46 -04:00

Removed destroy method leftovers and Sonar lint

This commit is contained in:
f4exb
2024-08-25 23:36:46 +02:00
parent a014491e61
commit b3215ce3d6
131 changed files with 518 additions and 621 deletions
@@ -988,7 +988,7 @@ void VORLocalizerGUI::onWidgetRolled(QWidget* widget, bool rollDown)
void VORLocalizerGUI::onMenuDialogCalled(const QPoint &p)
{
if (m_contextMenuType == ContextMenuChannelSettings)
if (m_contextMenuType == ContextMenuType::ContextMenuChannelSettings)
{
BasicFeatureSettingsDialog dialog(this);
dialog.setTitle(m_settings.m_title);