aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/gats-qt/dictionary.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++-qt/gats-qt/dictionary.h')
-rw-r--r--c++-qt/gats-qt/dictionary.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++-qt/gats-qt/dictionary.h b/c++-qt/gats-qt/dictionary.h
index b1b6051..6f9e82a 100644
--- a/c++-qt/gats-qt/dictionary.h
+++ b/c++-qt/gats-qt/dictionary.h
@@ -30,6 +30,8 @@ namespace Gats
30 virtual Type getType() const { return typeDictionary; } 30 virtual Type getType() const { return typeDictionary; }
31 virtual void write( QIODevice &rOut ) const; 31 virtual void write( QIODevice &rOut ) const;
32 virtual void read( QIODevice &rIn, char cType ); 32 virtual void read( QIODevice &rIn, char cType );
33
34 virtual QString toString( int iIndent=0 ) const;
33 35
34 void insert( const QByteArray &sKey, const char *s ); 36 void insert( const QByteArray &sKey, const char *s );
35 void insert( const QByteArray &sKey, const QByteArray &s ); 37 void insert( const QByteArray &sKey, const QByteArray &s );