mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2018-02-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored the RDCutDialog class to use RDApplication.
This commit is contained in:
@@ -319,9 +319,8 @@ void EditPlayout::activateStationData(int id,bool use_temp)
|
||||
|
||||
void EditPlayout::selectCutData()
|
||||
{
|
||||
RDCutDialog *cut=new RDCutDialog(&edit_cutname,rda->station(),rda->system(),
|
||||
edit_filter,NULL,NULL,"",false,false,false,
|
||||
this);
|
||||
RDCutDialog *cut=
|
||||
new RDCutDialog(&edit_cutname,edit_filter,NULL,NULL,false,false,false,this);
|
||||
switch(cut->exec()) {
|
||||
case 0:
|
||||
edit_destination_edit->setText(edit_cutname);
|
||||
|
||||
Reference in New Issue
Block a user