Olive
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
undostack.h
Go to the documentation of this file.
1 #ifndef UNDOSTACK_H
2 #define UNDOSTACK_H
3 
4 #include <QUndoStack>
5 
6 namespace olive {
10 extern QUndoStack UndoStack;
11 }
12 
13 #endif // UNDOSTACK_H
QUndoStack UndoStack
Global undo stack object.
Definition: undostack.cpp:3