diff options
Diffstat (limited to '')
-rw-r--r-- | c++-qt/gats-qt/float.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++-qt/gats-qt/float.h b/c++-qt/gats-qt/float.h index 5a1ff4b..453d000 100644 --- a/c++-qt/gats-qt/float.h +++ b/c++-qt/gats-qt/float.h | |||
@@ -28,6 +28,8 @@ namespace Gats | |||
28 | 28 | ||
29 | virtual void write( QIODevice &rOut ) const; | 29 | virtual void write( QIODevice &rOut ) const; |
30 | virtual void read( QIODevice &rIn, char cType ); | 30 | virtual void read( QIODevice &rIn, char cType ); |
31 | |||
32 | virtual QString toString( int iIndent=0 ) const; | ||
31 | 33 | ||
32 | private: | 34 | private: |
33 | double fVal; | 35 | double fVal; |