aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_treeWidgeteItem.h
diff options
context:
space:
mode:
authorGravatar Robert Förster2012-02-29 05:33:52 +0000
committerGravatar Robert Förster2012-02-29 05:33:52 +0000
commitfd6b0a334036131c27a1c3d004db40272ce61f37 (patch)
tree30f261eae45c07389ba1ea869a01bef08eea083b /src/modules/objects/KvsObject_treeWidgeteItem.h
parentI previously broke the objects module, this should fix it (diff)
downloadKVIrc-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_treeWidgeteItem.h')
-rw-r--r--src/modules/objects/KvsObject_treeWidgeteItem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_treeWidgeteItem.h b/src/modules/objects/KvsObject_treeWidgeteItem.h
index 4c99d5049..5b9e96197 100644
--- a/src/modules/objects/KvsObject_treeWidgeteItem.h
+++ b/src/modules/objects/KvsObject_treeWidgeteItem.h
@@ -42,7 +42,7 @@ protected:
virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams);
protected:
bool setText(KviKvsObjectFunctionCall *c);
- bool insertItem(KviKvsObjectFunctionCall *c);
+ bool insertItem(KviKvsObjectFunctionCall *c);
bool setPixmap(KviKvsObjectFunctionCall *c);
bool setItemEditable(KviKvsObjectFunctionCall *c);
bool isItemEditable(KviKvsObjectFunctionCall *c);
@@ -55,7 +55,7 @@ protected:
bool isCheckable(KviKvsObjectFunctionCall *c);
bool setChecked(KviKvsObjectFunctionCall *c);
bool isChecked(KviKvsObjectFunctionCall *c);
- bool setFlags(KviKvsObjectFunctionCall *c);
+ bool setFlags(KviKvsObjectFunctionCall *c);
public:
static kvs_hobject_t itemToHandle(QTreeWidgetItem * it);