Files
oak-editor/undo/undostack.h
T

11 lines
146 B
C++

#ifndef UNDOSTACK_H
#define UNDOSTACK_H
#include <QUndoStack>
namespace olive {
extern QUndoStack UndoStack;
}
#endif // UNDOSTACK_H