2018-02-06 Fred Gleason <fredg@paravelsystems.com>

* Refactored the RDEditAudio class to use RDApplication.
This commit is contained in:
Fred Gleason
2018-02-05 23:53:49 -05:00
parent f75ba3297d
commit bf38fd3c9f
6 changed files with 69 additions and 83 deletions

View File

@@ -53,9 +53,8 @@ void CatchListView::editAudioMenuData()
{
RDCart *rdcart=new RDCart(catch_cutname.left(6).toUInt());
RDEditAudio *edit=
new RDEditAudio(rdcart,catch_cutname,rda->cae(),rda->user(),rda->station(),
rda->config(),catch_audition_card,catch_audition_port,
1500,-400,this);
new RDEditAudio(rdcart,catch_cutname,catch_audition_card,
catch_audition_port,1500,-400,this);
if(edit->exec()!=-1) {
rdcart->updateLength();
}