From f55b26080c85ea0432a468aa793886d019e1e8c2 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 6 Apr 2012 15:24:11 +0000 Subject: The Qt API now supports cloning. --- c++-qt/src/float.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c++-qt/src/float.h') diff --git a/c++-qt/src/float.h b/c++-qt/src/float.h index 74225aa..93bfe18 100644 --- a/c++-qt/src/float.h +++ b/c++-qt/src/float.h @@ -13,6 +13,8 @@ namespace Gats Float( double f ); virtual ~Float(); + virtual Object *clone() const; + virtual Type getType() const { return typeFloat; } double getValue() const { return fVal; } -- cgit v1.2.3