open available error URLs with double click or from context menu

This commit is contained in:
Axel Kohlmeyer
2025-04-28 18:25:40 -04:00
parent db3d93210d
commit 75d3d79fca
6 changed files with 68 additions and 3 deletions

View File

@ -23,7 +23,8 @@
// workaround for Qt-5.12
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
namespace QColorConstants {
const QColor Red = QColor::fromRgb(0xff, 0x00, 0x00);
const QColor Red = QColor::fromRgb(0xff, 0x00, 0x00);
const QColor Blue = QColor::fromRgb(0x00, 0x00, 0xff);
} // namespace QColorConstants
#endif