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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/widgets/checkbox.h b/client/widgets/checkbox.h
index 65a0356..dca42d1 100644
--- a/client/widgets/checkbox.h
+++ b/client/widgets/checkbox.h
@@ -44,6 +44,10 @@ public:
public slots:
void state_change();
+
+private:
+ QString truevalue;
+ QString falsevalue;
};
#endif/*__PRACRO_CHECKBOX_H__*/