aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/src/float.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++-qt/src/float.cpp')
-rw-r--r--c++-qt/src/float.cpp5
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
20Gats::Object *Gats::Float::clone() const
21{
22 return new Gats::Float( fVal );
23}
24
20void Gats::Float::write( QIODevice &rOut ) const 25void Gats::Float::write( QIODevice &rOut ) const
21{ 26{
22 if( fVal == 0.0 ) 27 if( fVal == 0.0 )