Skip to content
Commit 70700b86 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Properly test internal window flags

Qt::Popup is a mask, so we cannot use the `&` operator to test the window
type. We need to use QFlags::testFlag() for that purpose instead.
parent bc347365
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