Searched refs:delimRx (Results 1 – 1 of 1) sorted by relevance
391 static const QRegularExpression delimRx(QStringLiteral("[+-]")); in toKeyCombo() local393 const QRegularExpressionMatch match = delimRx.match(shstr); in toKeyCombo()415 static const QRegularExpression delimRx(QStringLiteral("\\||->")); in toInterfacePath() local416 const QRegularExpressionMatch match = delimRx.match(inpstr); in toInterfacePath()