Skip to content
Commit 6457ef70 authored by Ralf Habacker's avatar Ralf Habacker
Browse files

Coverity check of master@e2a24e0, CID 88343: Logical vs. bitwise operator...

Coverity check of master@e2a24e0, CID 88343: Logical vs. bitwise operator (CONSTANT_EXPRESSION_RESULT)

logical_vs_bitwise: The expression me->button() == Qt::LeftButton &&
Qt::KeyboardModifiers(me->modifiers()).operator int() && true /* Qt::ControlModifier */
is suspicious because it performs a Boolean operation on a constant other than 0 or 1.

CCBUG:340646
parent e0b48d3a
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