Skip to content
Snippets Groups Projects
Commit bcbc5f72 authored by Jörg Bornemann's avatar Jörg Bornemann
Browse files

Fix location detection for DEFERRED calls

For trace lines like this
    /.../Qt6/QtPublicTargetHelpers.cmake(299):DEFERRED:__2: some_code()
we did not extract the location properly, because we assumed two spaces
after the colon that follows the line number.

Use a non-greedy operator for the file path and port the regexp to the
rx notation.
parent 219c084d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment