aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_treewidget.h
diff options
context:
space:
mode:
authorGravatar Noldor2010-06-22 16:24:46 +0000
committerGravatar Noldor2010-06-22 16:24:46 +0000
commit69ef38be415f4d3bf034227897a0a185c16d952b (patch)
tree7a1128fa76c2e0ec2107ab86e17633f50e5f5900 /src/modules/objects/class_treewidget.h
parentmodified addon installer behaviour: it'll come back in 4.1; (diff)
downloadKVIrc-69ef38be415f4d3bf034227897a0a185c16d952b.tar.gz
KVIrc-69ef38be415f4d3bf034227897a0a185c16d952b.tar.bz2
KVIrc-69ef38be415f4d3bf034227897a0a185c16d952b.zip
More functions improvemnts in kvs classes
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4511 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_treewidget.h')
-rw-r--r--src/modules/objects/class_treewidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/objects/class_treewidget.h b/src/modules/objects/class_treewidget.h
index 0a2af67ce..fb50ea774 100644
--- a/src/modules/objects/class_treewidget.h
+++ b/src/modules/objects/class_treewidget.h
@@ -71,6 +71,7 @@ protected:
bool setColumnCount(KviKvsObjectFunctionCall *c);
bool topLevelItem(KviKvsObjectFunctionCall *c);
bool topLevelItemCount(KviKvsObjectFunctionCall *c);
+ bool itemAt(KviKvsObjectFunctionCall *c);
protected slots:
void slotClicked(QTreeWidgetItem *,int);
void slotSelectionChanged();