Files
oak-editor/app/undo/undostack.h
T
2019-07-04 12:49:31 -05:00

11 lines
137 B
C++

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