diff options
Diffstat (limited to 'client/widgets/checkbox.cc')
-rw-r--r-- | client/widgets/checkbox.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/widgets/checkbox.cc b/client/widgets/checkbox.cc index e439159..1b8d64b 100644 --- a/client/widgets/checkbox.cc +++ b/client/widgets/checkbox.cc @@ -75,12 +75,12 @@ void CheckBox::setValue(QString value) // If set operation did not change the value we must invocate the code manually. if(old == isChecked()) state_change(); } - +/* bool CheckBox::isValid() { - return true; + return luaValidator(); } - +*/ void CheckBox::state_change() { luaValidator(); |