diff options
author | deva <deva> | 2008-06-02 13:52:54 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-02 13:52:54 +0000 |
commit | 56be5c89d8121432478f58a886be5aee77a34866 (patch) | |
tree | f715e511a5347e7773a1a2a4d2ba886ac6d7e856 /client/widgets/widget.h | |
parent | 322a83c48618b2f58e1014daff6f3956af8070ea (diff) |
First real shot at lua validation.
Diffstat (limited to 'client/widgets/widget.h')
-rw-r--r-- | client/widgets/widget.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/widgets/widget.h b/client/widgets/widget.h index 89610bb..391f2e9 100644 --- a/client/widgets/widget.h +++ b/client/widgets/widget.h @@ -49,9 +49,11 @@ protected: private: QRegExp rx; - LUA *lua; + bool hasregexpvalidator; bool hasluavalidator; + + QString lua_validator; }; #endif/*__PRACRO_WIDGET_H__*/ |