mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
adjust QPainter benchmark to indexed image format removal
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
51db8eff89
commit
f74bdda700
1 changed files with 2 additions and 2 deletions
|
@ -624,8 +624,8 @@ void tst_QPainter::drawPixmap_data()
|
|||
"RGB16",
|
||||
};
|
||||
|
||||
for (int tar=4; tar<QImage::NImageFormats; ++tar) {
|
||||
for (int src=4; src<QImage::NImageFormats; ++src) {
|
||||
for (int tar=3; tar<QImage::NImageFormats; ++tar) {
|
||||
for (int src=3; src<QImage::NImageFormats; ++src) {
|
||||
|
||||
foreach (const QSize &s, sizes) {
|
||||
for (int type=0; type<=3; ++type) {
|
||||
|
|
Loading…
Add table
Reference in a new issue