mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2018-02-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored the RDSoundPanel class to use RDApplication.
This commit is contained in:
@@ -183,8 +183,8 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
rda->panelConf()->panels(RDAirPlayConf::StationPanel),
|
||||
rda->panelConf()->panels(RDAirPlayConf::UserPanel),
|
||||
rda->panelConf()->flashPanel(),
|
||||
rda->panelConf()->buttonLabelTemplate(),true,panel_player,
|
||||
rda->ripc(),rda->cae(),rda->station(),panel_cart_dialog,this);
|
||||
rda->panelConf()->buttonLabelTemplate(),true,
|
||||
panel_player,panel_cart_dialog,this);
|
||||
panel_panel->setLogfile(rda->config()->airplayLogname());
|
||||
panel_panel->setGeometry(10,10,panel_panel->sizeHint().width(),
|
||||
panel_panel->sizeHint().height());
|
||||
|
Reference in New Issue
Block a user