diff options
Diffstat (limited to 'src/kitemviews/kfileitemmodel.h')
| -rw-r--r-- | src/kitemviews/kfileitemmodel.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/kitemviews/kfileitemmodel.h b/src/kitemviews/kfileitemmodel.h index 0a68afcfc..2992de065 100644 --- a/src/kitemviews/kfileitemmodel.h +++ b/src/kitemviews/kfileitemmodel.h @@ -306,6 +306,11 @@ private: */ bool isChildItem(int index) const; + /** + * @return Recursive list of child items that have \a item as upper most parent. + */ + KFileItemList childItems(const KFileItem& item) const; + private: QWeakPointer<KDirLister> m_dirLister; |
