diff options
Diffstat (limited to '')
-rw-r--r-- | c++-qt/gats-qt/object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++-qt/gats-qt/object.h b/c++-qt/gats-qt/object.h index 6d602de..8d64c38 100644 --- a/c++-qt/gats-qt/object.h +++ b/c++-qt/gats-qt/object.h | |||
@@ -42,6 +42,8 @@ namespace Gats | |||
42 | 42 | ||
43 | virtual void write( QIODevice &rOut ) const=0; | 43 | virtual void write( QIODevice &rOut ) const=0; |
44 | virtual void read( QIODevice &rIn, char cType )=0; | 44 | virtual void read( QIODevice &rIn, char cType )=0; |
45 | |||
46 | virtual QString toString( int iIndent=0 ) const = 0; | ||
45 | 47 | ||
46 | static Object *read( QIODevice &rIn ); | 48 | static Object *read( QIODevice &rIn ); |
47 | // static Object *strToGats( const &sStr ); | 49 | // static Object *strToGats( const &sStr ); |