-
Tabby Kitten authored
In https://github.com/qt/qtbase/blob/dev/src/gui/image/qimage.cpp, QImage::colorCount() does the same thing as testing the size of QImage::colorTable(), but without (shallow-)copying the list. This is marginally faster since it skips an CoW atomic refcount.
0cda8edc
Loading