Code review comment for lp://qastaging/~unity-2d-team/unity-2d/launcher-layout

Revision history for this message
Florian Boucault (fboucault) wrote :

=== modified file 'libunity-2d-private/Unity2d/blendedimageprovider.cpp'

        qWarning() << "BlendedImageProvider: faile to match id:" << id;
should read
        qWarning() << "BlendedImageProvider: failed to match id:" << id;

"[...] when a sting isn't an SVG color name"
should read
"[...] when a string is not a SVG color name (eg. "red", "yellow", etc.)

review: Needs Fixing

« Back to merge proposal