KFuzzyMatcher::Result Struct
struct KFuzzyMatcher::ResultThe result of a fuzzy match. More...
Header: | #include <Result> |
CMake: | find_package(KF6 REQUIRED COMPONENTS CoreAddons) target_link_libraries(mytarget PRIVATE KF6::CoreAddons) |
Public Variables
Detailed Description
Member Variable Documentation
bool Result::matched
true
if match was successful
int Result::score
This variable holds the score of this match. This can be negative. If matched is false
then the score will be zero.