aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--c++-qt/src/integer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++-qt/src/integer.h b/c++-qt/src/integer.h
index 2dbae94..db36e30 100644
--- a/c++-qt/src/integer.h
+++ b/c++-qt/src/integer.h
@@ -21,6 +21,7 @@ namespace Gats
21 21
22 virtual Type getType() const { return typeInteger; } 22 virtual Type getType() const { return typeInteger; }
23 int64_t getValue() const { return iVal; } 23 int64_t getValue() const { return iVal; }
24 void setValue( int64_t iNewVal ) { iVal = iNewVal; }
24 25
25 virtual void write( QIODevice &rOut ) const; 26 virtual void write( QIODevice &rOut ) const;
26 virtual void read( QIODevice &rIn, char cType ); 27 virtual void read( QIODevice &rIn, char cType );