2018-02-06 Fred Gleason <fredg@paravelsystems.com>

* Refactored the RDCutDialog class to use RDApplication.
This commit is contained in:
Fred Gleason
2018-02-05 23:10:18 -05:00
parent e9926053c8
commit fc004e073e
10 changed files with 40 additions and 52 deletions

View File

@@ -476,9 +476,8 @@ void EditDownload::selectCartData()
{
QString str;
RDCutDialog *cut=new RDCutDialog(&edit_cutname,rda->station(),rda->system(),
edit_filter,NULL,NULL,rda->user()->name(),
false,true);
RDCutDialog *cut=
new RDCutDialog(&edit_cutname,edit_filter,NULL,NULL,false,true);
switch(cut->exec()) {
case 0:
edit_description_edit->setText(RDCutPath(edit_cutname));