11 lines
137 B
C++
11 lines
137 B
C++
#ifndef UNDOSTACK_H
|
|
#define UNDOSTACK_H
|
|
|
|
#include <QUndoStack>
|
|
|
|
namespace olive {
|
|
extern QUndoStack undo_stack;
|
|
}
|
|
|
|
#endif // UNDOSTACK_H
|