From 56be5c89d8121432478f58a886be5aee77a34866 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 2 Jun 2008 13:52:54 +0000 Subject: First real shot at lua validation. --- client/widgets/widget.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/widgets/widget.h') 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__*/ -- cgit v1.2.3