┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kfileitemmodel.h
diff options
context:
space:
mode:
authorJaime Torres <[email protected]>2018-07-07 15:16:22 +0200
committerJaime Torres <[email protected]>2018-07-07 15:16:22 +0200
commitbd08aa09b23342b05cb3cbca1b0707eb050d349e (patch)
tree2844a36c99cb059208d85c5147dfa6a7be1496f8 /src/kitemviews/kfileitemmodel.h
parent63825de82f3adc9376b0f0f27e24e21bccf62e2a (diff)
A complete build does not fix the crashes I'm having.
I prefer to wait until QQCollator is thread safe or someone discovers why this is happening now and not before. Summary: This reverts commit 63825de82f3adc9376b0f0f27e24e21bccf62e2a. Test Plan: revert-hammer Reviewers: Subscribers:
Diffstat (limited to 'src/kitemviews/kfileitemmodel.h')
-rw-r--r--src/kitemviews/kfileitemmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kitemviews/kfileitemmodel.h b/src/kitemviews/kfileitemmodel.h
index a931a28cc..134c50245 100644
--- a/src/kitemviews/kfileitemmodel.h
+++ b/src/kitemviews/kfileitemmodel.h
@@ -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