diff options
| author | Jaime Torres <[email protected]> | 2018-07-14 19:35:47 +0200 |
|---|---|---|
| committer | Jaime Torres <[email protected]> | 2018-07-14 19:35:47 +0200 |
| commit | ec89af677894377d58c9a179d7f43fc6a8cf67f0 (patch) | |
| tree | bf0d6668c23c8ab9be305e9f8005f46e96d538ca /src/kitemviews/kfileitemmodel.h | |
| parent | 765cc968c9dfbd4350226b775377506135c0442d (diff) | |
Revert to change the commit message.
Summary: This reverts commit 765cc968c9dfbd4350226b775377506135c0442d.
Test Plan: revert-hammer
Reviewers:
Subscribers:
Diffstat (limited to 'src/kitemviews/kfileitemmodel.h')
| -rw-r--r-- | src/kitemviews/kfileitemmodel.h | 1 |
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 |
