From 803a1b36dbb47342be6ca1dfa0b1e65baff74dbb Mon Sep 17 00:00:00 2001 From: Felix Ernst Date: Sun, 18 Feb 2024 11:40:25 +0100 Subject: Add documentation --- src/kitemviews/kfileitemlistwidget.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/kitemviews/kfileitemlistwidget.h') diff --git a/src/kitemviews/kfileitemlistwidget.h b/src/kitemviews/kfileitemlistwidget.h index 7f33c5487..6e98e03c4 100644 --- a/src/kitemviews/kfileitemlistwidget.h +++ b/src/kitemviews/kfileitemlistwidget.h @@ -12,6 +12,13 @@ class KFileItemListView; +/** + * @brief ItemList widget informant implementation for use with KFileItems. + * + * Code that does not expect KFileItems specifically should go to KStandardItemListWidgetInformant. + * + * @see KItemListWidgetInformant + */ class DOLPHIN_EXPORT KFileItemListWidgetInformant : public KStandardItemListWidgetInformant { public: @@ -25,6 +32,13 @@ protected: QFont customizedFontForLinks(const QFont &baseFont) const override; }; +/** + * @brief ItemList widget implementation for use with KFileItems. + * + * Code that does not expect KFileItems specifically should go to KStandardItemListWidget. + * + * @see KItemListWidget + */ class DOLPHIN_EXPORT KFileItemListWidget : public KStandardItemListWidget { Q_OBJECT -- cgit v1.3.1