mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01:00
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:
@@ -301,7 +301,7 @@ QString RecordListModel::hostName(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();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user