┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2011-04-05 21:34:07 +0200
committerFrank Reininghaus <[email protected]>2011-04-05 21:34:07 +0200
commit7148704d726fb0c3fd9ceeefab8d7901f69fe9b9 (patch)
treef2898ff25391fd35a8a62cae0d4ec1285f0d2bca /src/tests
parent95cb8ffe01e0252d3a26f244e8607254200d067f (diff)
Remove comment which is obsolete after the recent refactoring.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/dolphinviewtest_allviewmodes.cpp3
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);