mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +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:
@@ -19,6 +19,7 @@
|
||||
//
|
||||
|
||||
#include <qmessagebox.h>
|
||||
#include <qpushbutton.h>
|
||||
|
||||
#include <rdconf.h>
|
||||
#include <rddatedialog.h>
|
||||
|
@@ -238,7 +238,7 @@ void RenderDialog::selectData()
|
||||
else {
|
||||
QString cutname;
|
||||
RDCutDialog *d=
|
||||
new RDCutDialog(&cutname,NULL,NULL,NULL,false,true,true,this);
|
||||
new RDCutDialog(&cutname,"RDLogEdit",NULL,NULL,NULL,false,true,true,this);
|
||||
if(d->exec()==0) {
|
||||
render_to_cartnum=RDCut::cartNumber(cutname);
|
||||
render_to_cutnum=RDCut::cutNumber(cutname);
|
||||
|
Reference in New Issue
Block a user