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/object.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c++-qt/src/object.h') diff --git a/c++-qt/src/object.h b/c++-qt/src/object.h index 0c08d41..10501e4 100644 --- a/c++-qt/src/object.h +++ b/c++-qt/src/object.h @@ -28,6 +28,8 @@ namespace Gats Object(); virtual ~Object(); + virtual Object *clone() const=0; + virtual Type getType() const =0; virtual void write( QIODevice &rOut ) const=0; -- cgit v1.2.3