mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
qgraphicsview benchmark fix
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
7884550ebc
commit
bf724d347a
1 changed files with 4 additions and 8 deletions
|
@ -448,14 +448,10 @@ void tst_QGraphicsView::deepNesting_data()
|
|||
QTest::addColumn<bool>("rotate");
|
||||
QTest::addColumn<bool>("bsp");
|
||||
|
||||
QTest::newRow("bsp, no transform") << false << false << true;
|
||||
QTest::newRow("bsp, rotation") << true << false << true;
|
||||
QTest::newRow("bsp, no transform, sort cache") << false << true << true;
|
||||
QTest::newRow("bsp, rotation, sort cache") << true << true << true;
|
||||
QTest::newRow("no transform") << false << false << false;
|
||||
QTest::newRow("rotation") << true << false << false;
|
||||
QTest::newRow("no transform, sort cache") << false << true << false;
|
||||
QTest::newRow("rotation, sort cache") << true << true << false;
|
||||
QTest::newRow("bsp, no transform") << false << true;
|
||||
QTest::newRow("bsp, rotation") << true << true;
|
||||
QTest::newRow("no transform") << false << false;
|
||||
QTest::newRow("rotation") << true << false;
|
||||
}
|
||||
|
||||
void tst_QGraphicsView::deepNesting()
|
||||
|
|
Loading…
Add table
Reference in a new issue