]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kfileitemmodel.h
A complete build does not fix the crashes I'm having.
[dolphin.git] / src / kitemviews / kfileitemmodel.h
index a931a28cc35d5b07954f72931d7fb50e93e42767..134c50245c897318467bdb4f2a21e5297b1f88d9 100644 (file)
@@ -499,6 +499,7 @@ private:
     // and done step after step in slotCompleted().
     QSet<QUrl> m_urlsToExpand;
 
+    friend class KFileItemModelLessThan;       // Accesses lessThan() method
     friend class KFileItemModelRolesUpdater;   // Accesses emitSortProgress() method
     friend class KFileItemModelTest;           // For unit testing
     friend class KFileItemModelBenchmark;      // For unit testing