mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2018-02-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored the RDCutDialog class to use RDApplication.
This commit is contained in:
@@ -247,9 +247,8 @@ QSizePolicy ListCasts::sizePolicy() const
|
||||
void ListCasts::addCartData()
|
||||
{
|
||||
QString cutname;
|
||||
RDCutDialog *cd=new RDCutDialog(&cutname,rda->station(),rda->system(),
|
||||
&cast_filter,&cast_group,&cast_schedcode,
|
||||
rda->ripc()->user());
|
||||
RDCutDialog *cd=
|
||||
new RDCutDialog(&cutname,&cast_filter,&cast_group,&cast_schedcode);
|
||||
if(cd->exec()!=0) {
|
||||
delete cd;
|
||||
return;
|
||||
|
Reference in New Issue
Block a user