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:
Fred Gleason
2019-10-01 15:10:29 -04:00
parent b910af1bda
commit 8ca15c773d
75 changed files with 734 additions and 1052 deletions

View File

@@ -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;