From: Frank Reininghaus Date: Tue, 23 Nov 2010 17:14:04 +0000 (+0000) Subject: Some minor changes in DolphinDetailsViewTest: X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/cd1ced91584105a53428bc1a23fb9c95cccdd6cb?ds=inline Some minor changes in DolphinDetailsViewTest: 1. Remove unneeded includes 2. Fix typo 3. Add newline at end of file. svn path=/trunk/KDE/kdebase/apps/; revision=1200027 --- diff --git a/src/tests/dolphindetailsviewtest.cpp b/src/tests/dolphindetailsviewtest.cpp index 5c5f21cfa..d28be760d 100644 --- a/src/tests/dolphindetailsviewtest.cpp +++ b/src/tests/dolphindetailsviewtest.cpp @@ -24,13 +24,9 @@ #include "views/dolphindetailsview.h" #include "views/dolphinview.h" #include "views/dolphinmodel.h" -#include "views/dolphindirlister.h" #include "views/dolphinsortfilterproxymodel.h" #include "views/zoomlevelinfo.h" -#include - -#include #include #include @@ -73,7 +69,7 @@ private: /** * This test verifies that DolphinDetailsView::expandedUrls() returns the right set of URLs. - * The test creates a folder hierarchy: 3 folders (a, b, c) contain 3 subfolders (also names a, b, c) each. + * The test creates a folder hierarchy: 3 folders (a, b, c) contain 3 subfolders (also named a, b, c) each. * Each of those contains 3 further subfolders of the same name. */ @@ -294,4 +290,4 @@ void DolphinDetailsViewTest::bug257401_longFilenamesKeyboardNavigation() { QTEST_KDEMAIN(DolphinDetailsViewTest, GUI) -#include "dolphindetailsviewtest.moc" \ No newline at end of file +#include "dolphindetailsviewtest.moc"