mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-10 22:56:28 +01:00
2025-04-28 Fred Gleason <fredg@paravelsystems.com>
* Upgrade Qt dependency from Qt5 to Qt6. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Data model for Rivendell matrix devices
|
||||
//
|
||||
// (C) Copyright 2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2021-2025 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -135,7 +135,7 @@ QVariant RDMatrixListModel::data(const QModelIndex &index,int role) const
|
||||
}
|
||||
return d_font;
|
||||
|
||||
case Qt::TextColorRole:
|
||||
case Qt::ForegroundRole:
|
||||
// Nothing to do!
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user