drop tooltip flag from reproducer windows (needs transient parent on wayland)
This commit is contained in:
parent
b6d5f3ec1f
commit
1d7a4d1895
1 changed files with 0 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue