Hi,
I wanted to implement undo/redo and looked at examples/tools/undoframework example. This example was really useful to me but i found bug. I wanted to confirm whether this was intended as this seems easier to fix.
The bug is if multiple items are selected and moved and now undo is executed only one item moves back to its initial position but not all moved items.

This example was encountered in qt-4.3(doesn't exist in qt4.2.*) . I am using qt on x11.