]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tests/kfileitemmodeltest.cpp
Do not use fixed widths for the widgets in the status bar
[dolphin.git] / src / tests / kfileitemmodeltest.cpp
index 383575a97a8bb7bb91756770f0391ea6a61335ff..6c2a1465fc34d389000957a0446186a8d656a753 100644 (file)
@@ -848,9 +848,9 @@ void KFileItemModelTest::testEmptyPath()
 
     const KUrl emptyUrl;
     QVERIFY(emptyUrl.path().isEmpty());
-    
+
     const KUrl url("file:///test/");
-    
+
     KFileItemList items;
     items << KFileItem(emptyUrl, QString(), KFileItem::Unknown) << KFileItem(url, QString(), KFileItem::Unknown);
     m_model->slotItemsAdded(emptyUrl, items);