diff options
| author | 2012-02-29 05:33:52 +0000 | |
|---|---|---|
| committer | 2012-02-29 05:33:52 +0000 | |
| commit | fd6b0a334036131c27a1c3d004db40272ce61f37 (patch) | |
| tree | 30f261eae45c07389ba1ea869a01bef08eea083b /src/modules/objects/KvsObject_comboBox.cpp | |
| parent | I previously broke the objects module, this should fix it (diff) | |
| download | KVIrc-fd6b0a334036131c27a1c3d004db40272ce61f37.tar.gz KVIrc-fd6b0a334036131c27a1c3d004db40272ce61f37.tar.bz2 KVIrc-fd6b0a334036131c27a1c3d004db40272ce61f37.zip | |
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
Diffstat (limited to 'src/modules/objects/KvsObject_comboBox.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_comboBox.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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(<text:string>, <index:int>) + !fn: $insertItem(<text:string>, <index:int>) Inserts a text item at position <index>. If index is negative or not specified the item is appended. !fn: $changeItem(<text:string>, <index:uint>) @@ -83,7 +83,7 @@ !fn: $textAt(<index:uint>) Returns item at given index. !fn: $setCurrentItem(<index:uint>) - 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(<index:integer>) 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) |
