}
}
}
+
+ // check for blacklisting of this item.
+ // if the item is on blacklist, the instruction was set to ERROR
+ checkErrorBlacklisting(*item);
+ _needsUpdate = true;
_syncItems.append(item);
slotNewItem(item);
}
break;
}
- item->_direction = dir;
- if (instruction != CSYNC_INSTRUCTION_NONE) {
- // check for blacklisting of this item.
- // if the item is on blacklist, the instruction was set to ERROR
- checkErrorBlacklisting(*item);
- }
-
- _needsUpdate = true;
-
slotNewItem(item);