https://bugs.kde.org/show_bug.cgi?id=519676
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Nate Graham <[email protected]> --- So the problem is it wants to open a URL, but here there is none. I see in warnings.cpp that it's possible for this URL to be unset, so in this case we should hide the button too. It looks like we're trying to with `visible: model.info !== ""`, but that fails because it's not an empty string, it's an empty QVariant, which works out to "undefined", which we're not checking for. -- You are receiving this mail because: You are watching all bug changes.
