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