Made undo tool aware of circle count to decrement. Refactored tool ID's to be enum

This commit is contained in:
Jeremy Borgman
2020-09-07 14:47:49 -05:00
committed by borgmanJeremy
parent ed4ea1377b
commit 6afa3ca26a
47 changed files with 166 additions and 81 deletions

View File

@@ -63,10 +63,10 @@ TextTool::name() const
return tr("Text");
}
QString
TextTool::nameID()
ToolType
TextTool::nameID() const
{
return QLatin1String("");
return ToolType::TEXT;
}
QString