2022-09-07 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdcatch(1) that broke operation of the
	head and tail audition buttons.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-09-07 12:17:11 -04:00
parent 2b99b1707d
commit 4b27b119c1
2 changed files with 4 additions and 1 deletions

View File

@@ -23261,3 +23261,6 @@
2022-09-06 Fred Gleason <fredg@paravelsystems.com> 2022-09-06 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdservice(8) that could cause a segfault when * Fixed a bug in rdservice(8) that could cause a segfault when
started with a previous instance running. started with a previous instance running.
2022-09-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatch(1) that broke operation of the
head and tail audition buttons.

View File

@@ -301,7 +301,7 @@ QString RecordListModel::hostName(const QModelIndex &row) const
QString RecordListModel::cutName(const QModelIndex &row) const QString RecordListModel::cutName(const QModelIndex &row) const
{ {
return d_texts.at(row.row()).at(25).toString(); return d_texts.at(row.row()).at(26).toString();
} }