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

Method redoText

libs/command/kundo2stack.cpp:1119–1126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1117*/
1118
1119QString KUndo2QStack::redoText() const
1120{
1121 if (!m_macro_stack.isEmpty())
1122 return QString();
1123 if (m_index < m_command_list.size())
1124 return m_command_list.at(m_index)->actionText();
1125 return QString();
1126}
1127
1128#ifndef QT_NO_ACTION
1129

Callers

nothing calls this directly

Calls 5

actionTextMethod · 0.80
QStringClass · 0.50
isEmptyMethod · 0.45
sizeMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected