]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Documentation update for KItemListRoleEditor
authorPeter Penz <peter.penz19@gmail.com>
Tue, 17 Apr 2012 16:17:49 +0000 (18:17 +0200)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 17 Apr 2012 16:18:10 +0000 (18:18 +0200)
src/kitemviews/private/kitemlistroleeditor.h

index 14aa694cee37c48d05f40fdd1d601051ee4ad289..8a14395659ee3efea4c98121eb122ae233a5890e 100644 (file)
 #include <KTextEdit>
 
 /**
 #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
 {
  */
 class LIBDOLPHINPRIVATE_EXPORT KItemListRoleEditor : public KTextEdit
 {