mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2018-02-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored the RDEditAudio class to use RDApplication.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user