Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.12, 6.x
-
None
Description
QUndoCommand/QUndoStack require QT += widgets in Qt5.x and QT += gui in Qt6.x. Why? There should be nothing gui/widgety in these classes. As it stands they they cannot be used in non-UI QCoreApplication projects. Only QUndoView needs UI stuff.
Consider moving QUndoCommand/QUndoStack into Core?