mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-03-26 09:59:52 +00:00
Made undo tool aware of circle count to decrement. Refactored tool ID's to be enum
This commit is contained in:
committed by
borgmanJeremy
parent
ed4ea1377b
commit
6afa3ca26a
@@ -41,10 +41,10 @@ SaveTool::name() const
|
||||
return tr("Save");
|
||||
}
|
||||
|
||||
QString
|
||||
SaveTool::nameID()
|
||||
ToolType
|
||||
SaveTool::nameID() const
|
||||
{
|
||||
return QLatin1String("");
|
||||
return ToolType::SAVE;
|
||||
}
|
||||
|
||||
QString
|
||||
|
||||
Reference in New Issue
Block a user