mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +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:
@@ -46,12 +46,13 @@
|
||||
#include "../icons/music.xpm"
|
||||
|
||||
|
||||
ListLog::ListLog(LogPlay *log,int id,bool allow_pause,
|
||||
ListLog::ListLog(LogPlay *log,RDCae *cae,int id,bool allow_pause,
|
||||
QWidget *parent,const char *name)
|
||||
: QWidget(parent,name)
|
||||
{
|
||||
list_id=id;
|
||||
list_log=log;
|
||||
list_cae=cae;
|
||||
list_op_mode=RDAirPlayConf::LiveAssist;
|
||||
list_action_mode=RDAirPlayConf::Normal;
|
||||
list_time_mode=RDAirPlayConf::TwentyFourHour;
|
||||
@@ -384,7 +385,7 @@ ListLog::ListLog(LogPlay *log,int id,bool allow_pause,
|
||||
//
|
||||
// Edit Event Dialog
|
||||
//
|
||||
list_event_edit=new EditEvent(list_log,this,"list_event_edit");
|
||||
list_event_edit=new EditEvent(list_log,list_cae,this,"list_event_edit");
|
||||
|
||||
//
|
||||
// Map Slots
|
||||
|
||||
Reference in New Issue
Block a user