mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-13 16:44:10 +01:00
2023-09-29 Fred Gleason <fredg@paravelsystems.com>
* Added a '--dump-panel-updates' switch to rdairplay(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -28,10 +28,8 @@ class SoundPanel : public RDWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
SoundPanel(int station_panels,int user_panels,bool flash,
|
||||
const QString &caption,const QString &label_template,
|
||||
bool extended,RDEventPlayer *player,RDCartDialog *cart_dialog,
|
||||
QWidget *parent=0);
|
||||
SoundPanel(RDEventPlayer *player,RDCartDialog *cart_dialog,
|
||||
bool dump_panel_updates,QWidget *parent);
|
||||
~SoundPanel();
|
||||
RDSoundPanel *soundPanelWidget() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user