79348573

Date: 2025-01-11 17:39:02
Score: 1.5
Natty:
Report link

Here, the most colourful QColor starts at 255 instead of 0. Therefore, the code is

// constructor
FensterHaupt::FensterHaupt (int sz, QApplication *vorfahr) : scheibenzahl (sz) {
    uiFensterHaupt.setupUi (this);
    for (int h = 0; h <= 359; h += 60) {
    farbpalette.append (QColor::fromHsv (h, 255, 255) );
    }
    farbpalette.append (QColor (QColor::fromHsv (30, 255, 255) ) );
    spielfeldFullen ();
}

solution

.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: muggi