aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/gats-qt/boolean.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++-qt/gats-qt/boolean.h')
-rw-r--r--c++-qt/gats-qt/boolean.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++-qt/gats-qt/boolean.h b/c++-qt/gats-qt/boolean.h
index 04a9cef..e6d10af 100644
--- a/c++-qt/gats-qt/boolean.h
+++ b/c++-qt/gats-qt/boolean.h
@@ -26,6 +26,7 @@ namespace Gats
26 26
27 virtual Type getType() const { return typeBoolean; } 27 virtual Type getType() const { return typeBoolean; }
28 bool getValue() const { return bVal; } 28 bool getValue() const { return bVal; }
29 bool value() const { return bVal; }
29 void setValue( bool b ) { bVal = b; } 30 void setValue( bool b ) { bVal = b; }
30 31
31 virtual void write( QIODevice &rOut ) const; 32 virtual void write( QIODevice &rOut ) const;