diff options
author | Fabian Kosmale <[email protected]> | 2025-05-21 15:21:41 +0200 |
---|---|---|
committer | Fabian Kosmale <[email protected]> | 2025-06-11 17:05:24 +0200 |
commit | a4ef8ef8f74241a95f17c6a0e478468ee70eebd4 (patch) | |
tree | f4402192c5e6fe6eed722cfa96f92f11e5fa4edf /src/quick/scenegraph/adaptations/software/qsgsoftwarethreadedrenderloop.cpp | |
parent | 063cb0becd037e167dbbb188d95e60e60c898529 (diff) |
Besides the named constants and (A)RGB representations,
QColor::fromString (which is used to parse valid strings) also supports
using "transparent". The linter however did not handle this special case
so far.
This commit adds the missing support. We don't add "transparent" to the
list of known color names to mirror the documentation in
QColor::fromString: "transparent" is not actually a color keyword, but a
separate check.
Amends 53ccd321360a6a88c606210631169741041cf540
Fixes: QTBUG-137054
Change-Id: Ic031144b888d3fa892a87c44b4bffdc4c21bebf8
Reviewed-by: Sami Shalayel <[email protected]>
Diffstat (limited to 'src/quick/scenegraph/adaptations/software/qsgsoftwarethreadedrenderloop.cpp')
0 files changed, 0 insertions, 0 deletions