2017-08-28 Fred Gleason <fredg@paravelsystems.com>

* Added '--first-line=' and '--last-line=' switches to rdrender(1).
This commit is contained in:
Fred Gleason
2017-08-28 14:06:31 -04:00
parent fa57222fc7
commit c7aba101b2
5 changed files with 100 additions and 48 deletions

View File

@@ -64,6 +64,8 @@ class MainObject : public QObject
QString render_output_filename;
unsigned render_channels;
QTime render_start_time;
int render_first_line;
int render_last_line;
RDRipc *render_ripc;
RDStation *render_station;
RDSystem *render_system;