From: Frank Reininghaus Date: Tue, 5 Apr 2011 19:34:07 +0000 (+0200) Subject: Remove comment which is obsolete after the recent refactoring. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/7148704d726fb0c3fd9ceeefab8d7901f69fe9b9 Remove comment which is obsolete after the recent refactoring. --- 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);