From fd6b0a334036131c27a1c3d004db40272ce61f37 Mon Sep 17 00:00:00 2001 From: Robert Förster Date: Wed, 29 Feb 2012 05:33:52 +0000 Subject: fix some indentation which got lost in the last commit. someone with too much free time should fix all the files to be indented correctly (right...) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6087 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/KvsObject_comboBox.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/objects/KvsObject_comboBox.cpp') diff --git a/src/modules/objects/KvsObject_comboBox.cpp b/src/modules/objects/KvsObject_comboBox.cpp index 7bda7adf4..2e811c136 100644 --- a/src/modules/objects/KvsObject_comboBox.cpp +++ b/src/modules/objects/KvsObject_comboBox.cpp @@ -49,7 +49,7 @@ [class]widget[/class] @description: @functions: - !fn: $insertItem(, ) + !fn: $insertItem(, ) Inserts a text item at position . If index is negative or not specified the item is appended. !fn: $changeItem(, ) @@ -83,7 +83,7 @@ !fn: $textAt() Returns item at given index. !fn: $setCurrentItem() - Sets the current combobox item. This is the item to be displayed on the combobox button. + Sets the current combobox item. This is the item to be displayed on the combobox button. !fn: $activatedEvent() This function is called by the framework when a new item has activated. The index value is the position of the new item.[br] The default implementation emits the [classfnc]$activated[/classfnc]() signal, @@ -99,7 +99,7 @@ */ KVSO_BEGIN_REGISTERCLASS(KvsObject_comboBox,"combobox","widget") - KVSO_REGISTER_HANDLER_BY_NAME(KvsObject_comboBox,insertItem) + KVSO_REGISTER_HANDLER_BY_NAME(KvsObject_comboBox,insertItem) KVSO_REGISTER_HANDLER_BY_NAME(KvsObject_comboBox,changeItem) KVSO_REGISTER_HANDLER_BY_NAME(KvsObject_comboBox,removeItem) KVSO_REGISTER_HANDLER_BY_NAME(KvsObject_comboBox,clear) -- cgit v1.3.1-10-gc9f91