Qt6: QColor::setNamedColor is deprecated since Qt 6.6

This commit is contained in:
wmayer
2024-09-11 15:41:04 +02:00
parent 305e94e493
commit 3b91fd33e0
4 changed files with 6 additions and 9 deletions

View File

@@ -1159,8 +1159,7 @@ QString SheetTableView::toHtml() const
boldFont.setBold(true);
boldFormat.setFont(boldFont);
QColor bgColor;
bgColor.setNamedColor(QLatin1String("#f0f0f0"));
QColor bgColor(QLatin1String("#f0f0f0"));
QTextCharFormat bgFormat;
bgFormat.setBackground(QBrush(bgColor));