MCPcopy Create free account
hub / github.com/KDE/krita / presentCommand

Method presentCommand

libs/command/kis_undo_stores.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30const KUndo2Command* KisSurrogateUndoStore::presentCommand()
31{
32 return m_undoStack->command(m_undoStack->index() - 1);
33}
34
35void KisSurrogateUndoStore::undoLastCommand()
36{

Callers 1

Calls 2

commandMethod · 0.80
indexMethod · 0.45

Tested by

no test coverage detected