Add matches count for the initial category filter matching
| 217 | size_t matches() const noexcept {return matches_;} |
| 218 | //! Add matches count for the initial category filter matching |
| 219 | void addMatch() noexcept {++matches_;} |
| 220 | //! Return the category filter text |
| 221 | const std::string& categoryText() const noexcept {return categoryText_;} |
| 222 | //! Return the plugin filter text |
no outgoing calls
no test coverage detected