https://bugs.kde.org/show_bug.cgi?id=433549
--- Comment #5 from Ben Aaron Goldberg <[email protected]> --- I'm not a cpp dev but looking at the code for krunner it appears that the value in question is a Plasma::QueryMatch::Type which is a cpp enum. I believe cpp enums are represented as "int"s with are 32-bit signed integers. So cpp is expecting an signed int, not an unsigned it. Now, all of the valid values of Plasma::QueryMatch::Type are less than 128 so I don't know why it would matter. -- You are receiving this mail because: You are watching all bug changes.
