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