diff options
| author | 2010-07-01 16:53:17 +0000 | |
|---|---|---|
| committer | 2010-07-01 16:53:17 +0000 | |
| commit | 8024d858fac141d1630f0c6f57be08aede7f5b0a (patch) | |
| tree | de38a7f4b4d8e2fdf336cdf76c90cf06c95f96c3 /src/modules/objects/class_tablewidget.h | |
| parent | Fix in ( (diff) | |
| download | KVIrc-8024d858fac141d1630f0c6f57be08aede7f5b0a.tar.gz KVIrc-8024d858fac141d1630f0c6f57be08aede7f5b0a.tar.bz2 KVIrc-8024d858fac141d1630f0c6f57be08aede7f5b0a.zip | |
Some fixes in object modules
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4574 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_tablewidget.h')
| -rw-r--r-- | src/modules/objects/class_tablewidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/objects/class_tablewidget.h b/src/modules/objects/class_tablewidget.h index 6685fce81..f188be39b 100644 --- a/src/modules/objects/class_tablewidget.h +++ b/src/modules/objects/class_tablewidget.h @@ -98,12 +98,10 @@ protected: bool showColumn(KviKvsObjectFunctionCall *c); bool hideRow(KviKvsObjectFunctionCall *c); bool showRow(KviKvsObjectFunctionCall *c); - bool customContextMenuRequestedEvent(KviKvsObjectFunctionCall *c); bool resizeRowsToContents(KviKvsObjectFunctionCall *c); bool resizeColumnsToContents(KviKvsObjectFunctionCall *c); protected slots: void slotItemEntered(QTableWidgetItem *); - void slotCustomContextMenuRequested(const QPoint &pnt); void cellActivated(int iRow,int iCol); void cellDoubleClicked(int iRow,int iCol); }; |
