diff options
Diffstat (limited to '')
-rw-r--r-- | c++-qt/src/boolean.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/c++-qt/src/boolean.cpp b/c++-qt/src/boolean.cpp index 9610f50..3973607 100644 --- a/c++-qt/src/boolean.cpp +++ b/c++-qt/src/boolean.cpp | |||
@@ -16,6 +16,11 @@ Gats::Boolean::~Boolean() | |||
16 | { | 16 | { |
17 | } | 17 | } |
18 | 18 | ||
19 | Gats::Object *Gats::Boolean::clone() const | ||
20 | { | ||
21 | return new Gats::Boolean( bVal ); | ||
22 | } | ||
23 | |||
19 | void Gats::Boolean::write( QIODevice &rOut ) const | 24 | void Gats::Boolean::write( QIODevice &rOut ) const |
20 | { | 25 | { |
21 | if( bVal ) | 26 | if( bVal ) |