diff options
Diffstat (limited to '')
-rw-r--r-- | c++-qt/gats-qt/boolean.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++-qt/gats-qt/boolean.h b/c++-qt/gats-qt/boolean.h index e6d10af..07dcbc3 100644 --- a/c++-qt/gats-qt/boolean.h +++ b/c++-qt/gats-qt/boolean.h | |||
@@ -31,6 +31,8 @@ namespace Gats | |||
31 | 31 | ||
32 | virtual void write( QIODevice &rOut ) const; | 32 | virtual void write( QIODevice &rOut ) const; |
33 | virtual void read( QIODevice &rIn, char cType ); | 33 | virtual void read( QIODevice &rIn, char cType ); |
34 | |||
35 | virtual QString toString( int iIndent=0 ) const; | ||
34 | 36 | ||
35 | private: | 37 | private: |
36 | bool bVal; | 38 | bool bVal; |