Mercurial > hg > svgui
diff layer/ImageLayer.h @ 1470:696e569ff21b by-id
Further layer updates for ById
author | Chris Cannam |
---|---|
date | Fri, 28 Jun 2019 17:37:22 +0100 |
parents | 11a150e65ee1 |
children | e6362cf5ff1d |
line wrap: on
line diff
--- a/layer/ImageLayer.h Thu Jun 27 13:16:25 2019 +0100 +++ b/layer/ImageLayer.h Fri Jun 28 17:37:22 2019 +0100 @@ -132,9 +132,9 @@ QPoint m_editOrigin; Event m_originalPoint; Event m_editingPoint; - ChangeEventsCommand<Model> *m_editingCommand; + ChangeEventsCommand *m_editingCommand; - void finish(ChangeEventsCommand<Model> *command) { + void finish(ChangeEventsCommand *command) { Command *c = command->finish(); if (c) CommandHistory::getInstance()->addCommand(c, false); }