From 7148704d726fb0c3fd9ceeefab8d7901f69fe9b9 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Tue, 5 Apr 2011 21:34:07 +0200 Subject: [PATCH] Remove comment which is obsolete after the recent refactoring. --- src/tests/dolphinviewtest_allviewmodes.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tests/dolphinviewtest_allviewmodes.cpp b/src/tests/dolphinviewtest_allviewmodes.cpp index 00f5604cd..77684984d 100644 --- a/src/tests/dolphinviewtest_allviewmodes.cpp +++ b/src/tests/dolphinviewtest_allviewmodes.cpp @@ -375,8 +375,7 @@ void DolphinViewTest_AllViewModes::testKeyboardFocus() DolphinView view(dir.url(), 0); initView(&view); - // Move keyboard focus to another widget. To see that this is needed, run only this test, - // i.e., pass 'testKeyboardFocus' as a parameter on the command line. + // Move the keyboard focus to another widget. QWidget widget; widget.show(); QTest::qWaitForWindowShown(&widget); -- 2.47.3