+ add missing license text

This commit is contained in:
wmayer
2016-04-13 15:20:41 +02:00
parent 6380881b58
commit b6892c5424
13 changed files with 251 additions and 1 deletions

View File

@@ -141,7 +141,7 @@ struct DocumentP
std::map<int,Transaction*> mTransactions;
std::map<Vertex,DocumentObject*> vertexMap;
bool rollback;
bool undoing; ///< document in the midle of undo or redo
bool undoing; ///< document in the middle of undo or redo
bool closable;
bool keepTrailingDigits;
int iUndoMode;