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

* Refactored the RDExportSettingDialog class to use RDApplication.
This commit is contained in:
Fred Gleason
2018-02-06 06:38:42 -05:00
parent bf38fd3c9f
commit 6c976c71d7
10 changed files with 31 additions and 51 deletions

View File

@@ -256,8 +256,7 @@ void RenderDialog::starttimeSourceData(int item)
void RenderDialog::audiosettingsData()
{
RDExportSettingsDialog *d=
new RDExportSettingsDialog(render_settings,render_station);
RDExportSettingsDialog *d=new RDExportSettingsDialog(render_settings);
if(d->exec()==0) {
render_audiosettings_edit->setText(render_settings->description());
}