KFuzzyMatcher::Result Struct

struct KFuzzyMatcher::Result

The 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

bool matched
int score

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.