mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2014-10-24 Fred Gleason <fredg@paravelsystems.com>
* Added 'REPORTS.POST_EXPORT_CMD' and 'REPORTS.WIN_POST_EXPORT_CMD' fields to the database. * Incremented the database version to 242. * Added 'RDReport::postExportCommand()' and 'RDReport::setPostExportCommand()' methods in 'lib/rdreport.cpp' and 'lib/rdreport.h'. * Added 'Linux Post Export Cmd' and 'Windows Post Export Cmd' controls to the 'Edit Report' dialog in 'rdadmin/edit_report.cpp' and 'rdadmin/edit_report.h'. * Implemented post export commands in 'lib/rdreport.cpp'.
This commit is contained in:
@@ -65,7 +65,9 @@ class EditReport : public QDialog
|
||||
QLineEdit *edit_stationformat_edit;
|
||||
QSpinBox *edit_linesperpage_spin;
|
||||
QLineEdit *edit_path_edit;
|
||||
QLineEdit *edit_postexport_cmd_edit;
|
||||
QLineEdit *edit_winpath_edit;
|
||||
QLineEdit *edit_winpostexport_cmd_edit;
|
||||
QLabel *edit_traffic_label;
|
||||
QCheckBox *edit_traffic_box;
|
||||
QLabel *edit_music_label;
|
||||
|
||||
Reference in New Issue
Block a user