| 254 | */ |
| 255 | |
| 256 | QString 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, |