Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
magicseteditor
Commits
b1c5c006
Commit
b1c5c006
authored
Jul 23, 2010
by
twanvl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment
parent
534da721
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/data/field.hpp
src/data/field.hpp
+2
-1
No files found.
src/data/field.hpp
View file @
b1c5c006
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment