|
|
|
@ -161,9 +161,11 @@ void Fact::_containerSetRawValue(const QVariant& value)
@@ -161,9 +161,11 @@ void Fact::_containerSetRawValue(const QVariant& value)
|
|
|
|
|
if(_rawValue != value) { |
|
|
|
|
_rawValue = value; |
|
|
|
|
_sendValueChangedSignal(cookedValue()); |
|
|
|
|
emit vehicleUpdated(_rawValue); |
|
|
|
|
emit rawValueChanged(_rawValue); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// This always need to be signalled in order to support forceSetRawValue usage and waiting for vehicleUpdated signal
|
|
|
|
|
emit vehicleUpdated(_rawValue); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
QString Fact::name(void) const |
|
|
|
|