diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-26 12:42:19 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-26 13:48:51 (GMT) |
commit | 9e6a2c4cf8f0e151d7171dd63527d3de8ae33a4e (patch) | |
tree | 8718f9c74121f48f1dd015919a649ba2f9942e24 /tests/auto/qmenu/tst_qmenu.cpp | |
parent | aa02959061857f3a3e91ec09e14ae38c399b2810 (diff) | |
download | Qt-9e6a2c4cf8f0e151d7171dd63527d3de8ae33a4e.zip Qt-9e6a2c4cf8f0e151d7171dd63527d3de8ae33a4e.tar.gz Qt-9e6a2c4cf8f0e151d7171dd63527d3de8ae33a4e.tar.bz2 |
QMenu: refactor of the update of the geometry to have one central place
of calculation (ie. updateActionRects)
Diffstat (limited to 'tests/auto/qmenu/tst_qmenu.cpp')
-rw-r--r-- | tests/auto/qmenu/tst_qmenu.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qmenu/tst_qmenu.cpp b/tests/auto/qmenu/tst_qmenu.cpp index e431961..01e29f8 100644 --- a/tests/auto/qmenu/tst_qmenu.cpp +++ b/tests/auto/qmenu/tst_qmenu.cpp @@ -92,7 +92,7 @@ private slots: void activeSubMenuPosition(); void task242454_sizeHint(); void task176201_clear(); - void task250673_activeMutliColumnSubMenuPosition(); + void task250673_activeMultiColumnSubMenuPosition(); void task256918_setFont(); protected slots: void onActivated(QAction*); @@ -680,7 +680,7 @@ void tst_QMenu::task176201_clear() QTest::mouseClick(&menu, Qt::LeftButton, 0, menu.rect().center()); } -void tst_QMenu::task250673_activeMutliColumnSubMenuPosition() +void tst_QMenu::task250673_activeMultiColumnSubMenuPosition() { class MyMenu : public QMenu { |