|
Walls And Holes
1
|
#include <QUndoCommand>#include <QObject>#include <QVector>

Go to the source code of this file.
Classes | |
| class | DependentUndoCommand |
| The DependentUndoCommand class is used to make an empty undo command that obsoletes itself when any of the dependencies are destructed. This is used to help avoid crashes. More... | |