Skip to content
Commit 916e7465 authored by Tobias Fella's avatar Tobias Fella
Browse files

Don't show a link preview for empty links

When hovering over a link without a target, qt5 will report the link target to be "1", which is wrong.
To work around this, we manually check if the link is "1" and if it is, we discard it.
In theory, this means that we won't get a preview for any link that actually *is* "1", but why would any link be "1"?

It's not worth reporting this to Qt since it seems fixed in Qt6

BUG: 456877
parent 8257a9d6
Pipeline #206603 passed with stage
in 1 minute and 52 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