summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macnativeevents/BLACKLIST
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2017-07-18 16:21:50 +0200
committerGatis Paeglis <gatis.paeglis@qt.io>2017-07-19 08:17:35 +0000
commitf2c0fead1864443d16eb0b04cd973f0955b27f7e (patch)
treee18a7c243d5bce235813d52f82b35a1beeacd86a /tests/auto/other/macnativeevents/BLACKLIST
parent0f30dcaea8129092142fe87d2d14209c75363f66 (diff)
widgets: remove redundant check in QMenu::popup
if (A) doA() else if (B) doB() if (B) doB() is equal to: if (A) doA() if (B) doB() when doB() is a self-contained basic operation like QRect::setY(int ay) with { y1 = ay; } as body. Change-Id: I3421493fe47459bd9b3d4cb5f4cfdd30ce566003 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/auto/other/macnativeevents/BLACKLIST')
0 files changed, 0 insertions, 0 deletions