diff options
| author | 2010-01-09 20:10:58 +0000 | |
|---|---|---|
| committer | 2010-01-09 20:10:58 +0000 | |
| commit | 4968541f349c662772708c5e0d12aa2f93d620e5 (patch) | |
| tree | 8f6aba400389f78aabf8b363b22b12f9391445f6 /src/modules/objects/class_treewidget.h | |
| parent | script editor: don't accept external formatting (diff) | |
| download | KVIrc-4968541f349c662772708c5e0d12aa2f93d620e5.tar.gz KVIrc-4968541f349c662772708c5e0d12aa2f93d620e5.tar.bz2 KVIrc-4968541f349c662772708c5e0d12aa2f93d620e5.zip | |
Quick fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3821 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 28affa42e..d7b199edc 100644 --- a/src/modules/objects/class_treewidget.h +++ b/src/modules/objects/class_treewidget.h @@ -70,6 +70,7 @@ protected: bool setAcceptDrops(KviKvsObjectFunctionCall *c); bool setHeaderLabels(KviKvsObjectFunctionCall *c); bool setColumnCount(KviKvsObjectFunctionCall *c); + bool topLevelItem(KviKvsObjectFunctionCall *c); protected slots: void slotClicked(QTreeWidgetItem *,int); void slotCustomContextMenuRequested(const QPoint &pnt); |
