From 1d7a4d189555191572db6d6c25183bd25b10f633 Mon Sep 17 00:00:00 2001 From: Damocles Date: Mon, 20 Apr 2026 21:43:01 +0200 Subject: [PATCH] drop tooltip flag from reproducer windows (needs transient parent on wayland) --- test/screen-uaf-reproducer/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/screen-uaf-reproducer/main.cpp b/test/screen-uaf-reproducer/main.cpp index f45b3de..d03b3ac 100644 --- a/test/screen-uaf-reproducer/main.cpp +++ b/test/screen-uaf-reproducer/main.cpp @@ -41,7 +41,6 @@ int main(int argc, char *argv[]) auto w = std::make_unique(); 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)); }