diff options
Diffstat (limited to 'c++-qt/gats-qt/list.h')
-rw-r--r-- | c++-qt/gats-qt/list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++-qt/gats-qt/list.h b/c++-qt/gats-qt/list.h index 27c17c3..f87ddd7 100644 --- a/c++-qt/gats-qt/list.h +++ b/c++-qt/gats-qt/list.h | |||
@@ -29,6 +29,8 @@ namespace Gats | |||
29 | 29 | ||
30 | virtual void write( QIODevice &rOut ) const; | 30 | virtual void write( QIODevice &rOut ) const; |
31 | virtual void read( QIODevice &rIn, char cType ); | 31 | virtual void read( QIODevice &rIn, char cType ); |
32 | |||
33 | virtual QString toString( int iIndent=0 ) const; | ||
32 | 34 | ||
33 | void append( const char *s ); | 35 | void append( const char *s ); |
34 | void append( const QByteArray &s ); | 36 | void append( const QByteArray &s ); |