diff options
| author | 2010-06-02 14:25:26 +0000 | |
|---|---|---|
| committer | 2010-06-02 14:25:26 +0000 | |
| commit | c15c0df97de7f4ee678716c1c8fee1abcee4b0df (patch) | |
| tree | c66ba4be5d8f593aae7f13d9a60891b26b006f1b /src/modules/objects/class_tablewidget.h | |
| parent | fixed multiline toggle shortcut (diff) | |
| download | KVIrc-c15c0df97de7f4ee678716c1c8fee1abcee4b0df.tar.gz KVIrc-c15c0df97de7f4ee678716c1c8fee1abcee4b0df.tar.bz2 KVIrc-c15c0df97de7f4ee678716c1c8fee1abcee4b0df.zip | |
Some fixes in classeditor + code improvements in tablewidget kvs class
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4416 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_tablewidget.h')
| -rw-r--r-- | src/modules/objects/class_tablewidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/objects/class_tablewidget.h b/src/modules/objects/class_tablewidget.h index de81eeffc..2afceb0be 100644 --- a/src/modules/objects/class_tablewidget.h +++ b/src/modules/objects/class_tablewidget.h @@ -67,6 +67,7 @@ public: virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams); bool setText(KviKvsObjectFunctionCall *c); + bool setNumber(KviKvsObjectFunctionCall *c); bool setToolTip(KviKvsObjectFunctionCall *c); bool text(KviKvsObjectFunctionCall *c); bool setIcon(KviKvsObjectFunctionCall *c); |
