diff options
| author | 2010-03-20 17:38:20 +0000 | |
|---|---|---|
| committer | 2010-03-20 17:38:20 +0000 | |
| commit | 0ff085471b142dcc479e423d00fb5880ef35a1c6 (patch) | |
| tree | 9bd79d0875a0d05b96bb26ef3c02d6125270fe23 /src/modules/objects/class_treewidget.h | |
| parent | fixed crash in kvs objects: groupbox + external layout (diff) | |
| download | KVIrc-0ff085471b142dcc479e423d00fb5880ef35a1c6.tar.gz KVIrc-0ff085471b142dcc479e423d00fb5880ef35a1c6.tar.bz2 KVIrc-0ff085471b142dcc479e423d00fb5880ef35a1c6.zip | |
added $topLevelItemCount() (and fixed doc for $topLevelItem()) to listview object
fixed $sw() optional parameter
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4173 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_treewidget.h')
| -rw-r--r-- | src/modules/objects/class_treewidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/objects/class_treewidget.h b/src/modules/objects/class_treewidget.h index d7b199edc..aaccd43cf 100644 --- a/src/modules/objects/class_treewidget.h +++ b/src/modules/objects/class_treewidget.h @@ -71,6 +71,7 @@ protected: bool setHeaderLabels(KviKvsObjectFunctionCall *c); bool setColumnCount(KviKvsObjectFunctionCall *c); bool topLevelItem(KviKvsObjectFunctionCall *c); + bool topLevelItemCount(KviKvsObjectFunctionCall *c); protected slots: void slotClicked(QTreeWidgetItem *,int); void slotCustomContextMenuRequested(const QPoint &pnt); |
