mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-20 15:02:27 +02:00
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in rdcatch(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
38d3fd459e
commit
0a0834666f
@ -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 <fredg@paravelsystems.com>
|
||||
* Cleaned up compile warnings in rdcatch(1).
|
||||
|
@ -61,7 +61,7 @@ EditDownload::EditDownload(int record_id,std::vector<int> *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
|
||||
|
@ -58,7 +58,7 @@ EditPlayout::EditPlayout(int id,std::vector<int> *adds,QString *filter,
|
||||
// Dialogs
|
||||
//
|
||||
edit_cut_dialog=new RDCutDialog(edit_filter,NULL,NULL,false,false,false,
|
||||
"RDCatch",this);
|
||||
"RDCatch",false,this);
|
||||
|
||||
//
|
||||
// Active Button
|
||||
|
@ -62,7 +62,7 @@ EditRecording::EditRecording(int id,std::vector<int> *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
|
||||
|
Loading…
x
Reference in New Issue
Block a user