3f73995a03
- Moves QUndo* classes (except QUndoView) from src/widgets/utils to src/gui/utils - Moves related auto tests from widgets to gui - Replaces QUndoAction with lambdas that do text prefixing [ChangeLog][Undo Framework] QUndo* classes (except QUndoView) were moved from Qt Widgets to Qt GUI. Done-with: volker.hilsheimer@qt.io Fixes: QTBUG-40040 Change-Id: I3bd8d4d32c64f8dee548f62159a1df2126da89d8 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
13 lines
304 B
CMake
13 lines
304 B
CMake
# Generated from qundogroup.pro.
|
|
|
|
#####################################################################
|
|
## tst_qundogroup Test:
|
|
#####################################################################
|
|
|
|
add_qt_test(tst_qundogroup
|
|
SOURCES
|
|
tst_qundogroup.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
)
|