aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktableview/tst_qquicktableview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquicktableview/tst_qquicktableview.cpp')
-rw-r--r--tests/auto/quick/qquicktableview/tst_qquicktableview.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/quick/qquicktableview/tst_qquicktableview.cpp b/tests/auto/quick/qquicktableview/tst_qquicktableview.cpp
index 982eed7fe2..eefa0411b7 100644
--- a/tests/auto/quick/qquicktableview/tst_qquicktableview.cpp
+++ b/tests/auto/quick/qquicktableview/tst_qquicktableview.cpp
@@ -761,7 +761,6 @@ void tst_QQuickTableView::fillTableViewButNothingMore()
tableView->setTopMargin(margins.top());
tableView->setRightMargin(margins.right());
tableView->setBottomMargin(margins.bottom());
- tableView->setCacheBuffer(0);
WAIT_UNTIL_POLISHED;
@@ -933,7 +932,6 @@ void tst_QQuickTableView::flick()
tableView->setTopMargin(margins.top());
tableView->setRightMargin(margins.right());
tableView->setBottomMargin(margins.bottom());
- tableView->setCacheBuffer(0);
tableView->setReuseItems(reuseItems);
tableView->setWidth(margins.left() + (visualColumnCount * cellWidth) - spacing.width());
tableView->setHeight(margins.top() + (visualRowCount * cellHeight) - spacing.height());
@@ -1009,7 +1007,6 @@ void tst_QQuickTableView::flickOvershoot()
tableView->setTopMargin(margins.top());
tableView->setRightMargin(margins.right());
tableView->setBottomMargin(margins.bottom());
- tableView->setCacheBuffer(0);
tableView->setReuseItems(reuseItems);
tableView->setWidth(tableWidth - margins.right() - cellWidth / 2);
tableView->setHeight(tableHeight - margins.bottom() - cellHeight / 2);