]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove comment which is obsolete after the recent refactoring.
authorFrank Reininghaus <frank78ac@googlemail.com>
Tue, 5 Apr 2011 19:34:07 +0000 (21:34 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Tue, 5 Apr 2011 19:34:07 +0000 (21:34 +0200)
src/tests/dolphinviewtest_allviewmodes.cpp

index 00f5604cd15008d0c1f1cc9d338a0bb84129f20a..77684984d1479374a4e32d02ae9561f225dcb008 100644 (file)
@@ -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);