summaryrefslogtreecommitdiff
path: root/client/widgets/checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/checkbox.h')
-rw-r--r--client/widgets/checkbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/checkbox.h b/client/widgets/checkbox.h
index dca42d1..89f1f1b 100644
--- a/client/widgets/checkbox.h
+++ b/client/widgets/checkbox.h
@@ -37,7 +37,7 @@ Q_OBJECT
public:
CheckBox(QDomNode &node, MacroWindow *macrowindow);
- bool isValid();
+ // bool isValid();
QString getValue();
void setValue(QString value);