diff options
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/dolphintreeviewtest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/dolphinviewtest_allviewmodes.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/dolphintreeviewtest.cpp b/src/tests/dolphintreeviewtest.cpp index afcd34d2b..149570d1a 100644 --- a/src/tests/dolphintreeviewtest.cpp +++ b/src/tests/dolphintreeviewtest.cpp @@ -222,7 +222,7 @@ void DolphinTreeViewTest::testKeyboardNavigationSelectionUpdate() { /** * Starting a drag&drop operation should not clear the selection, see - * + * * https://bugs.kde.org/show_bug.cgi?id=158649 */ diff --git a/src/tests/dolphinviewtest_allviewmodes.cpp b/src/tests/dolphinviewtest_allviewmodes.cpp index 79c3ed478..b50d4b5df 100644 --- a/src/tests/dolphinviewtest_allviewmodes.cpp +++ b/src/tests/dolphinviewtest_allviewmodes.cpp @@ -57,7 +57,7 @@ DolphinViewTest_AllViewModes::DolphinViewTest_AllViewModes() { Q_DECLARE_METATYPE(KFileItemList) void DolphinViewTest_AllViewModes::testSelection() { - TestDir dir; + TestDir dir; const int totalItems = 50; for (int i = 0; i < totalItems; i++) { dir.createFile(QString("%1").arg(i)); |
