32 OboPsiModHandlerInterface &sink,
const QString &label_search)
35 m_labelMatch.setPattern(QString(label_search).replace(
"*",
"(.*)"));
36 m_labelMatch.setCaseSensitivity(Qt::CaseInsensitive);
44 const FilterOboPsiModTermLabel &other)
45 : m_labelMatch(other.m_labelMatch), m_sink(other.m_sink)