Revision 85fe847f
Von Christian Ehringfeld vor fast 6 Jahren hinzugefügt
src/querybuilder.cpp | ||
---|---|---|
while (i.hasNext()) {
|
||
i.next();
|
||
if (usedRelations.contains(i.key())) {
|
||
relations.remove(i.key());
|
||
i.remove();
|
||
} else {
|
||
usedRelations.insert(i.key(), i.value());
|
||
}
|
Auch abrufbar als: Unified diff
wrong usage of qmutablehash