mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2019-10-01 Fred Gleason <fredg@paravelsystems.com>
* Refactored dialogs in the convenience library to use the 'RDDialog' and 'RDWidget' base classes.
This commit is contained in:
@@ -250,7 +250,8 @@ void ListCasts::addCartData()
|
||||
{
|
||||
QString cutname;
|
||||
RDCutDialog *cd=
|
||||
new RDCutDialog(&cutname,&cast_filter,&cast_group,&cast_schedcode);
|
||||
new RDCutDialog(&cutname,"RDCastManager",&cast_filter,&cast_group,
|
||||
&cast_schedcode);
|
||||
if(cd->exec()!=0) {
|
||||
delete cd;
|
||||
return;
|
||||
|
Reference in New Issue
Block a user