diff options
author | Maurice Kalinowski <maurice.kalinowski@nokia.com> | 2009-04-06 12:42:31 (GMT) |
---|---|---|
committer | Maurice Kalinowski <maurice.kalinowski@nokia.com> | 2009-04-06 12:42:31 (GMT) |
commit | 6ce4a3b66e2b31f80d1a2d09a4c4087f88a7a9e8 (patch) | |
tree | d50bee73d560e27a772e7e484a29e4f33401d619 /tests | |
parent | b8dcae1572651774085024ddf4cb02e4a954bcd7 (diff) | |
download | Qt-6ce4a3b66e2b31f80d1a2d09a4c4087f88a7a9e8.zip Qt-6ce4a3b66e2b31f80d1a2d09a4c4087f88a7a9e8.tar.gz Qt-6ce4a3b66e2b31f80d1a2d09a4c4087f88a7a9e8.tar.bz2 |
remove dead code
Reviewed-by: jbache
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qmenubar/tst_qmenubar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qmenubar/tst_qmenubar.cpp b/tests/auto/qmenubar/tst_qmenubar.cpp index 277e15c..e0a9f42 100644 --- a/tests/auto/qmenubar/tst_qmenubar.cpp +++ b/tests/auto/qmenubar/tst_qmenubar.cpp @@ -1337,7 +1337,6 @@ tst_QMenuBar::allowActiveAndDisabled() // disabled menu items are added QMenu fileMenu("&File"); - QAction disabledAction() ; // Task 241043 : check that second menu is activated // if all items are disabled QAction *act = fileMenu.addAction("Disabled"); |