diff options
| -rw-r--r-- | src/tests/dolphinviewtest_allviewmodes.cpp | 3 |
1 files changed, 1 insertions, 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); |
