diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-04-06 15:24:11 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-04-06 15:24:11 +0000 |
commit | f55b26080c85ea0432a468aa793886d019e1e8c2 (patch) | |
tree | eb49ba8244536f5394fe18bae68e07303c6e3d18 /c++-qt/src/dictionary.h | |
parent | 52bac339b6267aa9aaa3e2e0d02c2a62e47f83e4 (diff) | |
download | libgats-f55b26080c85ea0432a468aa793886d019e1e8c2.tar.gz libgats-f55b26080c85ea0432a468aa793886d019e1e8c2.tar.bz2 libgats-f55b26080c85ea0432a468aa793886d019e1e8c2.tar.xz libgats-f55b26080c85ea0432a468aa793886d019e1e8c2.zip |
The Qt API now supports cloning.
Diffstat (limited to '')
-rw-r--r-- | c++-qt/src/dictionary.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++-qt/src/dictionary.h b/c++-qt/src/dictionary.h index 6db94b2..7f95cf1 100644 --- a/c++-qt/src/dictionary.h +++ b/c++-qt/src/dictionary.h | |||
@@ -17,6 +17,8 @@ namespace Gats | |||
17 | Dictionary(); | 17 | Dictionary(); |
18 | virtual ~Dictionary(); | 18 | virtual ~Dictionary(); |
19 | 19 | ||
20 | virtual Object *clone() const; | ||
21 | |||
20 | virtual Type getType() const { return typeDictionary; } | 22 | virtual Type getType() const { return typeDictionary; } |
21 | virtual void write( QIODevice &rOut ) const; | 23 | virtual void write( QIODevice &rOut ) const; |
22 | virtual void read( QIODevice &rIn, char cType ); | 24 | virtual void read( QIODevice &rIn, char cType ); |