qt5base-lts/tests/auto/qcolor
Samuel Rødal 0377b7f96d Remove warning from QColor::setNamedColor().
This warning is pointless as the user can anyway check if the color is
valid after making the call by calling isValid(). Using isValidColor()
could be used but it has a big performance overhead as validation then
needs to be done twice.

Task-number: QTBUG-19098
Reviewed-by: Erik Verbruggen
(cherry picked from commit a423ff5474b89028eeca95b254f5184311c8223b)
2011-05-19 13:17:53 +02:00
..
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qcolor.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
tst_qcolor.cpp Remove warning from QColor::setNamedColor(). 2011-05-19 13:17:53 +02:00