| 24 | } |
| 25 | |
| 26 | QString KUndo2MagicString::toSecondaryString() const |
| 27 | { |
| 28 | int cdpos = m_text.indexOf(QLatin1Char('\n')); |
| 29 | return cdpos > 0 ? m_text.mid(cdpos + 1) : m_text; |
| 30 | } |
| 31 | |
| 32 | bool KUndo2MagicString::isEmpty() const |
| 33 | { |
no test coverage detected