mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2018-02-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored the RDExportSettingDialog class to use RDApplication.
This commit is contained in:
@@ -507,12 +507,10 @@ void EditUpload::selectCartData()
|
||||
|
||||
void EditUpload::setFormatData()
|
||||
{
|
||||
RDStation *station=new RDStation(edit_station_box->currentText());
|
||||
RDExportSettingsDialog *dialog=
|
||||
new RDExportSettingsDialog(&edit_settings,station,this);
|
||||
new RDExportSettingsDialog(&edit_settings,this);
|
||||
dialog->exec();
|
||||
delete dialog;
|
||||
delete station;
|
||||
edit_format_edit->setText(edit_settings.description());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user