Skip to content
Commit 4d7c0948 authored by Denis Kurz's avatar Denis Kurz Committed by Denis Kurz
Browse files

Avoid mem allocs by using stack allocated initializer lists

The old code has one allocation in QList::operator<< per action.
The new code avoids heap allocs completely.
parent 5684cff5
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