Remove comment which is obsolete after the recent refactoring.

This commit is contained in:
Frank Reininghaus 2011-04-05 21:34:07 +02:00
parent 95cb8ffe01
commit 7148704d72

View 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);