2021-06-01 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up compile warnings in rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-06-01 21:54:46 -04:00
parent aa10d6d3dd
commit ed14f32f09

View File

@ -55,7 +55,7 @@ ListCasts::ListCasts(unsigned feed_id,QWidget *parent)
list_render_dialog=new RenderDialog(this); list_render_dialog=new RenderDialog(this);
list_cut_dialog=new RDCutDialog(&cast_filter,&cast_group,&cast_schedcode, list_cut_dialog=new RDCutDialog(&cast_filter,&cast_group,&cast_schedcode,
false,false,false,"RDCastManager",this); false,false,false,"RDCastManager",false,this);
list_progress_dialog= list_progress_dialog=
new QProgressDialog(tr("Uploading Audio..."),tr("Cancel"),0,1,this); new QProgressDialog(tr("Uploading Audio..."),tr("Cancel"),0,1,this);