@warning Using this is wrong in most cases! If you want to transform this cursor to the current revision, you should do a proper mapping instead through @ref KDevelop::DUChainBase or @ref KDevelop::RevisionReference or @ref KDevelop::DocumentChangeTracker
| 88 | /// mapping instead through @ref KDevelop::DUChainBase or @ref KDevelop::RevisionReference |
| 89 | /// or @ref KDevelop::DocumentChangeTracker |
| 90 | KTextEditor::Cursor castToSimpleCursor() const |
| 91 | { |
| 92 | return KTextEditor::Cursor(line, column); |
| 93 | } |
| 94 | |
| 95 | /// @warning Using this is wrong in most cases! If you want |
| 96 | /// to transform this cursor to the current revision, you should do a proper |