Rename variable to be more correct
This commit is contained in:
parent
05f584a58b
commit
3d7b523746
@ -314,8 +314,8 @@ bool Varicode::startsWithCQ(QString text){
|
||||
}
|
||||
|
||||
bool Varicode::startsWithHB(QString text){
|
||||
foreach(auto cq, hbs.values()){
|
||||
if(text.startsWith(cq)){
|
||||
foreach(auto hb, hbs.values()){
|
||||
if(text.startsWith(hb)){
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user