summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-06-25 13:33:05 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-06-25 13:42:42 (GMT)
commitf4abd84cc63023eab6f666e841f66b9fa3d8be77 (patch)
tree41b5add44ef8299a0d81167a6e6e7e11aeedf2a3 /tests
parent9c4d6ec25ff1984b1e56363f3b8728ad7f256876 (diff)
downloadQt-f4abd84cc63023eab6f666e841f66b9fa3d8be77.zip
Qt-f4abd84cc63023eab6f666e841f66b9fa3d8be77.tar.gz
Qt-f4abd84cc63023eab6f666e841f66b9fa3d8be77.tar.bz2
QMAinWindow: Fixed autotest compilation after private API changes
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qmainwindow/tst_qmainwindow.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/qmainwindow/tst_qmainwindow.cpp b/tests/auto/qmainwindow/tst_qmainwindow.cpp
index 80ba198..e46c2e1 100644
--- a/tests/auto/qmainwindow/tst_qmainwindow.cpp
+++ b/tests/auto/qmainwindow/tst_qmainwindow.cpp
@@ -1434,10 +1434,7 @@ void MoveSeparator::apply(QMainWindow *mw) const
}
QVERIFY(!path.isEmpty());
- QVector<QLayoutStruct> cache;
-
- l->layoutState.dockAreaLayout.separatorMove(path, QPoint(0, 0), QPoint(delta, delta), &cache);
-
+ l->layoutState.dockAreaLayout.separatorMove(path, QPoint(0, 0), QPoint(delta, delta));
}
QMap<QString, QRect> dockWidgetGeometries(QMainWindow *mw)