aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_tablewidget.h
diff options
context:
space:
mode:
authorGravatar Noldor2009-03-13 18:14:17 +0000
committerGravatar Noldor2009-03-13 18:14:17 +0000
commit38ae7a1a3c344436e1dafc0f85cebaef40982c26 (patch)
tree585a1ecdd955612f0fc17c77e56682d42362f1e8 /src/modules/objects/class_tablewidget.h
parentFixed text formatting (diff)
downloadKVIrc-38ae7a1a3c344436e1dafc0f85cebaef40982c26.tar.gz
KVIrc-38ae7a1a3c344436e1dafc0f85cebaef40982c26.tar.bz2
KVIrc-38ae7a1a3c344436e1dafc0f85cebaef40982c26.zip
Some fix/improvements in objects module
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3132 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_tablewidget.h')
-rw-r--r--src/modules/objects/class_tablewidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/objects/class_tablewidget.h b/src/modules/objects/class_tablewidget.h
index 795c5f336..125bf61a4 100644
--- a/src/modules/objects/class_tablewidget.h
+++ b/src/modules/objects/class_tablewidget.h
@@ -59,6 +59,7 @@ protected:
bool showHorizontalHeader(KviKvsObjectFunctionCall *c);
bool hideVerticalHeader(KviKvsObjectFunctionCall *c);
bool showVerticalHeader(KviKvsObjectFunctionCall *c);
+ bool clear(KviKvsObjectFunctionCall *c);
//bool clickEvent(KviKvsObjectFunctionCall *c);
protected slots: