diff options
Diffstat (limited to '')
-rw-r--r-- | c++-qt/gats-qt/integer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++-qt/gats-qt/integer.h b/c++-qt/gats-qt/integer.h index 3427682..2f08d43 100644 --- a/c++-qt/gats-qt/integer.h +++ b/c++-qt/gats-qt/integer.h | |||
@@ -33,6 +33,8 @@ namespace Gats | |||
33 | 33 | ||
34 | virtual void write( QIODevice &rOut ) const; | 34 | virtual void write( QIODevice &rOut ) const; |
35 | virtual void read( QIODevice &rIn, char cType ); | 35 | virtual void read( QIODevice &rIn, char cType ); |
36 | |||
37 | virtual QString toString( int iIndent=0 ) const; | ||
36 | 38 | ||
37 | template<typename itype> | 39 | template<typename itype> |
38 | static void readPackedInt( QIODevice &rStream, itype &rOut ) | 40 | static void readPackedInt( QIODevice &rStream, itype &rOut ) |