PIMapIterators refactoring
PIChunkStream some refactoring
This commit is contained in:
@@ -663,7 +663,7 @@ int main(int argc, char * argv[]) {
|
||||
|
||||
auto it = qt_filters.makeIterator();
|
||||
while (it.next())
|
||||
it.valueRef().forEach([](PIString & i){
|
||||
it.value().forEach([](PIString & i){
|
||||
if (!i.startsWith("*")) i.prepend("*");
|
||||
if (!i.endsWith("*")) i.append("*");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user