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/boolean.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c++-qt/src/boolean.h') diff --git a/c++-qt/src/boolean.h b/c++-qt/src/boolean.h index 4eec690..d707e4d 100644 --- a/c++-qt/src/boolean.h +++ b/c++-qt/src/boolean.h @@ -15,6 +15,8 @@ namespace Gats Boolean( bool bVal ); virtual ~Boolean(); + virtual Object *clone() const; + virtual Type getType() const { return typeBoolean; } bool getValue() const { return bVal; } void setValue( bool b ) { bVal = b; } -- cgit v1.2.3