mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01: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:
@@ -701,7 +701,7 @@ void EditRecording::selectCutData()
|
||||
QString str;
|
||||
|
||||
RDCutDialog *cut=
|
||||
new RDCutDialog(&edit_cutname,edit_filter,NULL,NULL,false,true);
|
||||
new RDCutDialog(&edit_cutname,"RDCatch",edit_filter,NULL,NULL,false,true);
|
||||
switch(cut->exec()) {
|
||||
case 0:
|
||||
edit_description_edit->setText(RDCutPath(edit_cutname));
|
||||
|
||||
Reference in New Issue
Block a user