mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-19 23:21:37 +01:00
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:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user