Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/krita
/ isClean
Method
isClean
libs/command/kundo2stack.cpp:921–926 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
919
*/
920
921
bool KUndo2QStack::isClean() const
922
{
923
if (!m_macro_stack.isEmpty())
924
return false;
925
return m_clean_index == m_index;
926
}
927
928
/*!
929
Returns the clean index. This is the index at which setClean() was called.
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected