Documentation update for KItemListRoleEditor

This commit is contained in:
Peter Penz 2012-04-17 18:17:49 +02:00
parent b2e54c3a31
commit 9f94aac23f

View file

@ -25,7 +25,14 @@
#include <KTextEdit>
/**
* @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
{