more documentation and exportthread restructure

This commit is contained in:
itsmattkc
2019-03-21 14:01:10 +11:00
parent f126c4ebc7
commit be22e5fbfa
29 changed files with 743 additions and 376 deletions
+3
View File
@@ -4,6 +4,9 @@
#include <QUndoStack>
namespace olive {
/**
* @brief Global undo stack object
*/
extern QUndoStack UndoStack;
}