summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2021-05-02 02:13:29 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2021-05-11 16:54:57 +0200
commitaafea67cf6349f0cbe8f986e571a9ed0fbdf0d0a (patch)
treed5698ce16945ffff2963bb1b0a1fea0cf758ab0c /src/plugins
parent3a62f9e0c98d1cc311846394b744c8553ea9739c (diff)
QFlags: add operator== and !=
It's a value type, and we don't need detours through implicit conversions (which are a real disgrace, as they make nonsense like `flags != 3.14` well-formed). [ChangeLog][QtCore][QFlags] Added overloads of operator== and operator!= between QFlags objects, and between a QFlags object and an object of the flag's enumeration. Change-Id: I36701dea8fcd4cc64941e78af58fa7d38a15a8c7 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/plugins')
0 files changed, 0 insertions, 0 deletions