diff options
Diffstat (limited to 'c++-qt/src/integer.cpp')
-rw-r--r-- | c++-qt/src/integer.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/c++-qt/src/integer.cpp b/c++-qt/src/integer.cpp index bb6da80..82727f3 100644 --- a/c++-qt/src/integer.cpp +++ b/c++-qt/src/integer.cpp | |||
@@ -14,6 +14,11 @@ Gats::Integer::~Integer() | |||
14 | { | 14 | { |
15 | } | 15 | } |
16 | 16 | ||
17 | Gats::Object *Gats::Integer::clone() const | ||
18 | { | ||
19 | return new Gats::Integer( iVal ); | ||
20 | } | ||
21 | |||
17 | void Gats::Integer::write( QIODevice &rOut ) const | 22 | void Gats::Integer::write( QIODevice &rOut ) const |
18 | { | 23 | { |
19 | rOut.write("i", 1 ); | 24 | rOut.write("i", 1 ); |