diff options
| author | 2008-05-07 17:34:02 +0000 | |
|---|---|---|
| committer | 2008-05-07 17:34:02 +0000 | |
| commit | 5aa5d02df649ab3bf98a2193edefd6c567bd156d (patch) | |
| tree | 289d5bddc9a2a0b1118734c011fcae057e0a470e /src/modules/objects/class_widget.h | |
| parent | reverted (diff) | |
| download | KVIrc-5aa5d02df649ab3bf98a2193edefd6c567bd156d.tar.gz KVIrc-5aa5d02df649ab3bf98a2193edefd6c567bd156d.tar.bz2 KVIrc-5aa5d02df649ab3bf98a2193edefd6c567bd156d.zip | |
added insertIntoStatusBar method to the KVS widget classes.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1704 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_widget.h')
| -rw-r--r-- | src/modules/objects/class_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_widget.h b/src/modules/objects/class_widget.h index c3ef7be19..3cd931bcf 100644 --- a/src/modules/objects/class_widget.h +++ b/src/modules/objects/class_widget.h @@ -104,7 +104,7 @@ protected: bool function_y(KviKvsObjectFunctionCall *);
bool function_setMask(KviKvsObjectFunctionCall *c);
-
+ bool function_insertIntoStatusBar(KviKvsObjectFunctionCall *c);
//QT4
bool function_setAttribute(KviKvsObjectFunctionCall *c);
|
