aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_treeWidgeteItem.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-07-26 11:50:58 +0100
committerGravatar un1versal2016-07-27 17:32:14 +0100
commitd7d7992ffc6708efc272674e198b39c28da6a284 (patch)
tree41ba2ccd4432e1039be768f18edb13ebea06cea6 /src/modules/objects/KvsObject_treeWidgeteItem.cpp
parentgendoc: tweak colors (diff)
downloadKVIrc-d7d7992ffc6708efc272674e198b39c28da6a284.tar.gz
KVIrc-d7d7992ffc6708efc272674e198b39c28da6a284.tar.bz2
KVIrc-d7d7992ffc6708efc272674e198b39c28da6a284.zip
documentaion: formatting fixes
Diffstat (limited to 'src/modules/objects/KvsObject_treeWidgeteItem.cpp')
-rw-r--r--src/modules/objects/KvsObject_treeWidgeteItem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_treeWidgeteItem.cpp b/src/modules/objects/KvsObject_treeWidgeteItem.cpp
index 508b1cf01..ebf10f19c 100644
--- a/src/modules/objects/KvsObject_treeWidgeteItem.cpp
+++ b/src/modules/objects/KvsObject_treeWidgeteItem.cpp
@@ -113,7 +113,7 @@ const char * const itemflags_tbl[] = {
Sets the flags for the item to the given flags. These determine whether the item can be selected or modified.[br]
This is often used to disable an item.
Supported flags are:
- [pre]
+ [example]
- noitemflag : no flag sets;[br]
- selectable : item is selectable;[br]
- editable : item is editable;[br]
@@ -122,7 +122,7 @@ const char * const itemflags_tbl[] = {
- userCheckable : item is checkable;[br]
- enabled :item is enabled;[br]
- tristate : item is checkable with three separate states.
- [/pre]
+ [/example]
*/
KVSO_BEGIN_REGISTERCLASS(KvsObject_treeWidgetItem, "listviewitem", "object")