Fix undo/redo while checking link integrity

This commit is contained in:
Stefan Tröger
2017-02-11 13:55:20 +01:00
committed by wmayer
parent 9fbf118cdd
commit eb601df236
7 changed files with 46 additions and 8 deletions

View File

@@ -306,6 +306,8 @@ public:
std::vector<std::string> getAvailableRedoNames() const;
/// Will REDO one step, returns False if no redo was done (Redos == 0).
bool redo() ;
/// returns true if the document is in an Transaction phase, e.g. currently performing a redo/undo or rollback
bool performsTransactionOperation();
//@}
/** @name dependency stuff */