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
Loading
Please register or sign in to comment