diff options
| author | 2009-02-25 17:32:51 +0000 | |
|---|---|---|
| committer | 2009-02-25 17:32:51 +0000 | |
| commit | 8ca800097cebd4c21f9cc04b60e211da6d89da47 (patch) | |
| tree | ec9b21b5a9260054255518c91e595c6cb3cb6f3d /src/modules/objects/class_datetimeedit.h | |
| parent | probably fix for #375 (diff) | |
| download | KVIrc-8ca800097cebd4c21f9cc04b60e211da6d89da47.tar.gz KVIrc-8ca800097cebd4c21f9cc04b60e211da6d89da47.tar.bz2 KVIrc-8ca800097cebd4c21f9cc04b60e211da6d89da47.zip | |
Some fix/improvements in objects module
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3099 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_datetimeedit.h')
| -rw-r--r-- | src/modules/objects/class_datetimeedit.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/modules/objects/class_datetimeedit.h b/src/modules/objects/class_datetimeedit.h index 6d15beef8..9f8fbbeec 100644 --- a/src/modules/objects/class_datetimeedit.h +++ b/src/modules/objects/class_datetimeedit.h @@ -40,8 +40,12 @@ public: protected: virtual bool init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams); - bool date(KviKvsObjectFunctionCall *c); -/* bool text(KviKvsObjectFunctionCall *c); + bool date(KviKvsObjectFunctionCall *c); + bool setDate(KviKvsObjectFunctionCall *c); + bool time(KviKvsObjectFunctionCall *c); + bool setTime(KviKvsObjectFunctionCall *c); + + /* bool text(KviKvsObjectFunctionCall *c); bool setImage(KviKvsObjectFunctionCall *c); bool clickEvent(KviKvsObjectFunctionCall *c); |
