diff options
| author | Dawit Alemayehu <[email protected]> | 2012-09-04 22:26:28 -0400 |
|---|---|---|
| committer | Dawit Alemayehu <[email protected]> | 2012-09-07 08:52:53 -0400 |
| commit | 8b11c747a04480dc6a433530d95790704c85c7e9 (patch) | |
| tree | eed2728290b9c16608340f4659759656cd36d92f /src/kitemviews | |
| parent | 85dfec046fc6c0b3e888d099afe0af1bd742bebc (diff) | |
Implemented the new KParts extension, KParts::ListingiNotificationExtension.
REVIEW: 106333
Diffstat (limited to 'src/kitemviews')
| -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 958fa104b..5bcebce24 100644 --- a/src/kitemviews/kfileitemmodel.h +++ b/src/kitemviews/kfileitemmodel.h @@ -475,6 +475,7 @@ private: friend class KFileItemModelRolesUpdater; // Accesses emitSortProgress() method friend class KFileItemModelTest; // For unit testing friend class KFileItemListViewTest; // For unit testing + friend class DolphinPart; // Accesses m_dirLister }; inline bool KFileItemModel::isChildItem(int index) const |
