Commit 5b61c9c1 authored by Brett Stottlemyer's avatar Brett Stottlemyer
Browse files

[Fix] Add (in)equality operator for POD types


POD types (before this change) didn't include equality operators,
so using them as a rep property would fail for SimpleSource, since
the auto-generated setter had "if (x != _x)" as a check.

Change-Id: I07cc8fc212a6a0206830f140fbb4bfc6d5cba137
Reviewed-by: default avatarContinuous Integration (KDAB) <build@kdab.com>
Reviewed-by: default avatarKevin Funk <kevin.funk@kdab.com>
Reviewed-by: default avatarBogDan Vatra <bogdan@kdab.com>
Showing with 32 additions and 1 deletion
Supports Markdown
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