mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2015-06-10 Fred Gleason <fredg@paravelsystems.com>
* Refactored 'LogPlay' class to provide per-instance RDCae instances. in 'rdairplay/log_play.cpp' and 'rdairplay/log_play.h'.
This commit is contained in:
@@ -30,12 +30,13 @@
|
||||
#include <colors.h>
|
||||
#include <globals.h>
|
||||
|
||||
ButtonLog::ButtonLog(LogPlay *log,int id,RDAirPlayConf *conf,bool allow_pause,
|
||||
QWidget *parent,const char *name)
|
||||
ButtonLog::ButtonLog(LogPlay *log,RDCae *cae,int id,RDAirPlayConf *conf,
|
||||
bool allow_pause,QWidget *parent,const char *name)
|
||||
: QWidget(parent,name)
|
||||
{
|
||||
log_id=id;
|
||||
log_log=log;
|
||||
log_cae=cae;
|
||||
log_action_mode=RDAirPlayConf::Normal;
|
||||
log_op_mode=RDAirPlayConf::LiveAssist;
|
||||
log_time_mode=RDAirPlayConf::TwentyFourHour;
|
||||
@@ -58,7 +59,7 @@ ButtonLog::ButtonLog(LogPlay *log,int id,RDAirPlayConf *conf,bool allow_pause,
|
||||
//
|
||||
// Edit Event Dialog
|
||||
//
|
||||
log_event_edit=new EditEvent(log_log,this,"list_event_edit");
|
||||
log_event_edit=new EditEvent(log_log,log_cae,this,"list_event_edit");
|
||||
|
||||
//
|
||||
// Line Boxes / Start Buttons
|
||||
|
||||
Reference in New Issue
Block a user