diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-25 15:33:05 +0200 |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-25 15:42:42 +0200 |
commit | f4abd84cc63023eab6f666e841f66b9fa3d8be77 (patch) | |
tree | 41b5add44ef8299a0d81167a6e6e7e11aeedf2a3 /tests | |
parent | 9c4d6ec25ff1984b1e56363f3b8728ad7f256876 (diff) |
QMAinWindow: Fixed autotest compilation after private API changes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qmainwindow/tst_qmainwindow.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/qmainwindow/tst_qmainwindow.cpp b/tests/auto/qmainwindow/tst_qmainwindow.cpp index 80ba198c26..e46c2e1357 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) |