drop tooltip flag from reproducer windows (needs transient parent on wayland)

This commit is contained in:
Damocles 2026-04-20 21:43:01 +02:00
parent b6d5f3ec1f
commit 1d7a4d1895

View file

@ -41,7 +41,6 @@ int main(int argc, char *argv[])
auto w = std::make_unique<QWindow>();
w->setTitle(QStringLiteral("uaf-%1").arg(i));
w->resize(1, 1);
w->setFlag(Qt::ToolTip); // small, no decoration, no focus
w->show();
windows.push_back(std::move(w));
}