David Edmundson dc79190b8d Fix dialog's check for isTooltip
Qt::Tooltip is a mix of other flags (0x0001101)

using a simple & is not correct as any Window will have (0x0000001) set
and the bitwise & operation will return a non-zero value

REVIEW: 118906
2014-06-24 21:17:58 +02:00
..
2014-05-19 18:29:41 +02:00
2014-04-26 01:48:37 +02:00
2014-06-19 20:12:51 +02:00
2014-06-24 21:17:58 +02:00
2014-06-10 15:22:12 +02:00