From 0a0834666ff48aa634c351cc6a2a0911178d957c Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 2 Jun 2021 12:30:50 -0400 Subject: [PATCH] 2021-06-02 Fred Gleason * Cleaned up compile warnings in rdcatch(1). Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ rdcatch/edit_download.cpp | 2 +- rdcatch/edit_playout.cpp | 2 +- rdcatch/edit_recording.cpp | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89dbb50b..1e858e92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21822,3 +21822,5 @@ * Cleaned up compile warnings in 'lib/rdmblookup.cpp'. * Cleaned up compile warnings in 'lib/rdtempdirectory.cpp'. * Cleaned up compile warnings in 'lib/rdunixserver.cpp'. +2021-06-02 Fred Gleason + * Cleaned up compile warnings in rdcatch(1). diff --git a/rdcatch/edit_download.cpp b/rdcatch/edit_download.cpp index e3c5e843..55633bc6 100644 --- a/rdcatch/edit_download.cpp +++ b/rdcatch/edit_download.cpp @@ -61,7 +61,7 @@ EditDownload::EditDownload(int record_id,std::vector *adds,QString *filter, // Dialogs // edit_cut_dialog=new RDCutDialog(edit_filter,&edit_group,&edit_schedcode, - false,true,true,"RDCatch",this); + false,true,true,"RDCatch",false,this); // // Active Button diff --git a/rdcatch/edit_playout.cpp b/rdcatch/edit_playout.cpp index 1c666e41..d9d33b81 100644 --- a/rdcatch/edit_playout.cpp +++ b/rdcatch/edit_playout.cpp @@ -58,7 +58,7 @@ EditPlayout::EditPlayout(int id,std::vector *adds,QString *filter, // Dialogs // edit_cut_dialog=new RDCutDialog(edit_filter,NULL,NULL,false,false,false, - "RDCatch",this); + "RDCatch",false,this); // // Active Button diff --git a/rdcatch/edit_recording.cpp b/rdcatch/edit_recording.cpp index 9530e087..9bf5b619 100644 --- a/rdcatch/edit_recording.cpp +++ b/rdcatch/edit_recording.cpp @@ -62,7 +62,7 @@ EditRecording::EditRecording(int id,std::vector *adds,QString *filter, // Dialogs // edit_cut_dialog=new RDCutDialog(edit_filter,&edit_group,&edit_schedcode, - false,true,true,"RDCatch",this); + false,true,true,"RDCatch",false,this); // // Active Button