aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_treewidget.h
diff options
context:
space:
mode:
authorGravatar Noldor2010-06-21 15:46:45 +0000
committerGravatar Noldor2010-06-21 15:46:45 +0000
commited9dd025690aa6d01e3408f26ed625241d09ac27 (patch)
treebc0bf5381c29204c8ffd48fd8ff70cf06b2fc1ac /src/modules/objects/class_treewidget.h
parentAdditional fix related to script popups (diff)
downloadKVIrc-ed9dd025690aa6d01e3408f26ed625241d09ac27.tar.gz
KVIrc-ed9dd025690aa6d01e3408f26ed625241d09ac27.tar.bz2
KVIrc-ed9dd025690aa6d01e3408f26ed625241d09ac27.zip
Some fixes + docs updating + some little code improvements in objects module
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4491 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_treewidget.h')
-rw-r--r--src/modules/objects/class_treewidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/objects/class_treewidget.h b/src/modules/objects/class_treewidget.h
index aaccd43cf..0a2af67ce 100644
--- a/src/modules/objects/class_treewidget.h
+++ b/src/modules/objects/class_treewidget.h
@@ -59,7 +59,6 @@ protected:
bool itemExpandedEvent(KviKvsObjectFunctionCall *c);
bool itemCollapsedEvent(KviKvsObjectFunctionCall *c);
bool itemChangedEvent(KviKvsObjectFunctionCall *c);
- bool customContextMenuRequestedEvent(KviKvsObjectFunctionCall *c);
bool selectedItems(KviKvsObjectFunctionCall *c);
bool currentItem(KviKvsObjectFunctionCall *c);
bool setSelectionMode(KviKvsObjectFunctionCall *c);
@@ -74,7 +73,6 @@ protected:
bool topLevelItemCount(KviKvsObjectFunctionCall *c);
protected slots:
void slotClicked(QTreeWidgetItem *,int);
- void slotCustomContextMenuRequested(const QPoint &pnt);
void slotSelectionChanged();
void slotCurrentChanged(QTreeWidgetItem *,QTreeWidgetItem *);
void slotItemActivated(QTreeWidgetItem *,int col);