src/document.h

changeset 149
008989bc7d6e
parent 148
e1ced2523cad
equal deleted inserted replaced
148:e1ced2523cad 149:008989bc7d6e
69 BaseTool* selectedTool = nullptr; 69 BaseTool* selectedTool = nullptr;
70 QMap<BaseTool*, QAction*> toolActions; 70 QMap<BaseTool*, QAction*> toolActions;
71 /** 71 /**
72 * @brief History information of edits to this model 72 * @brief History information of edits to this model
73 */ 73 */
74 // EditHistory editHistory; 74 EditHistory editHistory;
75 }; 75 };

mercurial