From 9f94aac23f8b6519de4847063fa20f588f9797ea Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 17 Apr 2012 18:17:49 +0200 Subject: [PATCH] Documentation update for KItemListRoleEditor --- src/kitemviews/private/kitemlistroleeditor.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/kitemviews/private/kitemlistroleeditor.h b/src/kitemviews/private/kitemlistroleeditor.h index 14aa694ce..8a1439565 100644 --- a/src/kitemviews/private/kitemlistroleeditor.h +++ b/src/kitemviews/private/kitemlistroleeditor.h @@ -25,7 +25,14 @@ #include /** - * @brief + * @brief Editor for renaming roles of a KItemListWidget. + * + * Provides signals when the editing got cancelled (e.g. by + * pressing Escape or when losing the focus) or when the editing + * got finished (e.g. by pressing Enter or Return). + * + * The width automatically gets increased if the text does not + * fit into the available width. */ class LIBDOLPHINPRIVATE_EXPORT KItemListRoleEditor : public KTextEdit { -- 2.47.3