Skip to content
Commit 0dfb6cbf authored by Alexander Lohnau's avatar Alexander Lohnau
Browse files

runners/calculator: Do not call QObject that lives in another thread

Run is called in the main thread, meaning we should only access the
match and context. Meaning we should not get the text copied in the
engine, but rather read the match text and copy it directly to the
clipboard.

The only difference might a change in the delimiters, but now we copy
the text that the user sees. IMHO that is the best approach anyway.

BUG: 472469
parent 19f1adba
Pipeline #441471 passed with stage
in 14 minutes and 29 seconds
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