2025-04-28 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up numerous 'no such signal' runtime errors.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2025-04-28 11:24:18 -04:00
parent 7da766d635
commit 4e58265b35
53 changed files with 129 additions and 123 deletions

View File

@@ -34,7 +34,7 @@ RDButtonPanel::RDButtonPanel(RDAirPlayConf::PanelType type,int number,
panel_title=title;
panel_button_mapper=new QSignalMapper(this);
connect(panel_button_mapper,SIGNAL(mapped(int)),
connect(panel_button_mapper,SIGNAL(mappedInt(int)),
this,SLOT(buttonClickedData(int)));
for(int i=0;i<PANEL_MAX_BUTTON_ROWS;i++) {