Commit b1c5c006 authored by twanvl's avatar twanvl

comment

parent 534da721
...@@ -226,7 +226,8 @@ class Value : public IntrusivePtrVirtualBase { ...@@ -226,7 +226,8 @@ class Value : public IntrusivePtrVirtualBase {
virtual void onAction(Action& a, bool undone) {} virtual void onAction(Action& a, bool undone) {}
/// Is this value the same as some other value (for the same field&card) /// Is this value the same as some other value (for the same field&card)
/** Has behaviour other than == for FakeTextValue. /** Has behaviour other than == for FakeTextValue.
* In that case, afterwards this becomes equal to that if they use the same underlying object. * In that case returns true if this and that editing the same undelying value.
* If so, this value is updated to reflect the (possibly changed) underlying value.
*/ */
virtual bool equals(const Value* that); virtual bool equals(const Value* that);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment