Details
-
Suggestion
-
Resolution: Out of scope
-
P2: Important
-
None
-
None
Description
The stack has an accessor for getting the text of a certain index in the stack, but not the original QUndoCommand* pointer.
Something like:
QUndoCommand *command(int index);
Having this would be helpful for applications that wish to save and restore the undo stack.