Radio Clock: fixed common channel settings menu trigger. Fixes #1286

This commit is contained in:
f4exb 2022-06-12 23:16:26 +02:00
parent 641050a897
commit 7eeb9fd77a
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ RadioClockGUI::RadioClockGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Bas
m_deviceUISet->addChannelMarker(&m_channelMarker);
connect(this, SIGNAL(customContextMenuRequested(const QPoint &)), this, SLOT(onMenuDialogCalled(const QPoint &)));
connect(&m_channelMarker, SIGNAL(changedByCursor()), this, SLOT(channelMarkerChangedByCursor()));
connect(&m_channelMarker, SIGNAL(highlightedByCursor()), this, SLOT(channelMarkerHighlightedByCursor()));
connect(getInputMessageQueue(), SIGNAL(messageEnqueued()), this, SLOT(handleInputMessages()));