aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/gats-qt/integer.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++-qt/gats-qt/integer.h')
-rw-r--r--c++-qt/gats-qt/integer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++-qt/gats-qt/integer.h b/c++-qt/gats-qt/integer.h
index 9638d77..3427682 100644
--- a/c++-qt/gats-qt/integer.h
+++ b/c++-qt/gats-qt/integer.h
@@ -28,6 +28,7 @@ namespace Gats
28 28
29 virtual Type getType() const { return typeInteger; } 29 virtual Type getType() const { return typeInteger; }
30 int64_t getValue() const { return iVal; } 30 int64_t getValue() const { return iVal; }
31 int64_t value() const { return iVal; }
31 void setValue( int64_t iNewVal ) { iVal = iNewVal; } 32 void setValue( int64_t iNewVal ) { iVal = iNewVal; }
32 33
33 virtual void write( QIODevice &rOut ) const; 34 virtual void write( QIODevice &rOut ) const;