mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2018-02-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored the RDCutDialog class to use RDApplication.
This commit is contained in:
@@ -491,8 +491,7 @@ void EditUpload::selectCartData()
|
||||
{
|
||||
QString str;
|
||||
|
||||
RDCutDialog *cut=new RDCutDialog(&edit_cutname,rda->station(),rda->system(),
|
||||
edit_filter);
|
||||
RDCutDialog *cut=new RDCutDialog(&edit_cutname,edit_filter);
|
||||
switch(cut->exec()) {
|
||||
case 0:
|
||||
edit_description_edit->setText(RDCutPath(edit_cutname));
|
||||
|
Reference in New Issue
Block a user