1 2 3 4 5 6 7 8 9
#include <QvSFLong.h> QV_SFIELD_SOURCE(QvSFLong); QvBool QvSFLong::readValue(QvInput *in) { return in->read(value); }