Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.2
-
None
Description
It would be helpful if QUndoStack emitted some signals to give the programmer a way to check which undo command was about to get triggered.
E.g.
aboutToUndo( QUndoCommand * )
aboutToRedo( QUndoCommand * )