Mercurial > hg > svcore
diff base/TextMatcher.cpp @ 1429:48e9f538e6e9
Untabify
| author | Chris Cannam | 
|---|---|
| date | Thu, 01 Mar 2018 18:02:22 +0000 | 
| parents | ef14acd6d102 | 
| children | 
line wrap: on
 line diff
--- a/base/TextMatcher.cpp Thu Mar 01 14:43:40 2018 +0000 +++ b/base/TextMatcher.cpp Thu Mar 01 18:02:22 2018 +0000 @@ -25,7 +25,7 @@ void TextMatcher::test(Match &match, QStringList keywords, QString text, - QString textType, int score) + QString textType, int score) { /* if (text.toLower() == keyword.toLower()) {
