diff options
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__*/ |