Skip to content
Commit 491930c4 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.


(cherry picked from commit 70700b86)
parent ef65a340
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