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

Method actionText

libs/command/kundo2stack.cpp:256–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254*/
255
256QString KUndo2Command::actionText() const
257{
258 if (!d->actionText.isEmpty())
259 return d->actionText;
260 else
261 return QString();
262}
263
264/*!
265 Returns a short text string describing what this command does; for example,

Callers 2

undoTextMethod · 0.80
redoTextMethod · 0.80

Calls 2

QStringClass · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected