From 701b05de4d2e79afd88ef8ddf93ba0fcc0eb5b14 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 27 Jul 2020 11:23:11 -0700 Subject: Added Qt style compliant value getters. --- c++-qt/gats-qt/float.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c++-qt/gats-qt/float.h') diff --git a/c++-qt/gats-qt/float.h b/c++-qt/gats-qt/float.h index 9791b38..5a1ff4b 100644 --- a/c++-qt/gats-qt/float.h +++ b/c++-qt/gats-qt/float.h @@ -24,6 +24,7 @@ namespace Gats virtual Type getType() const { return typeFloat; } double getValue() const { return fVal; } + double value() const { return fVal; } virtual void write( QIODevice &rOut ) const; virtual void read( QIODevice &rIn, char cType ); -- cgit v1.2.3