Split App::AutoTransaction into its own file

This commit is contained in:
Zheng, Lei
2019-09-04 20:31:34 +08:00
committed by wmayer
parent 4141242e9d
commit fd0f4f5654
12 changed files with 265 additions and 193 deletions

View File

@@ -31,6 +31,7 @@
#endif
#include <App/Application.h>
#include <App/AutoTransaction.h>
#include <App/Document.h>
#include <Gui/Command.h>
#include <Gui/MainWindow.h>