mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01:00
2022-09-17 Fred Gleason <fredg@paravelsystems.com>
* Added type icons to the 'Source' and 'Destination' columns of the events list in rdcatch(1). * Removed the 'RSS Feed' column from the event list in rdcatch(1). * Consolidated the 'Start Date Offset' and 'End Date Offset' columns into a single 'Start/End Date' column in rdcatch(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -97,6 +97,7 @@ class RecordListModel : public QAbstractTableModel
|
||||
QList<QVariant> d_alignments;
|
||||
QList<QList<QVariant> > d_texts;
|
||||
QList<unsigned> d_ids;
|
||||
QList<int> d_channels;
|
||||
QList<RDRecording::Type> d_types;
|
||||
QList<RDRecording::ExitCode> d_exit_codes;
|
||||
QList<QVariant> d_text_colors;
|
||||
|
||||
Reference in New Issue
Block a user