MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / canRedo

Method canRedo

src/app/document_undo.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59bool DocumentUndo::canRedo() const
60{
61 return m_undoHistory.canRedo();
62}
63
64void DocumentUndo::undo()
65{

Callers 2

needsBackupMethod · 0.80
onEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected