From f4abd84cc63023eab6f666e841f66b9fa3d8be77 Mon Sep 17 00:00:00 2001 From: Thierry Bastian Date: Thu, 25 Jun 2009 15:33:05 +0200 Subject: QMAinWindow: Fixed autotest compilation after private API changes --- tests/auto/qmainwindow/tst_qmainwindow.cpp | 5 +---- 1 file changed, 1 insertion(+), 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 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 dockWidgetGeometries(QMainWindow *mw) -- cgit v0.12