PIMapIterators refactoring

PIChunkStream some refactoring
This commit is contained in:
Бычков Андрей
2022-08-05 17:05:56 +03:00
parent 170a713357
commit 1eaecb288f
8 changed files with 233 additions and 86 deletions

View File

@@ -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("*");
});