BEGIN HistoryEntry
| 1543 | |
| 1544 | //BEGIN HistoryEntry |
| 1545 | ContextBrowserPlugin::HistoryEntry::HistoryEntry(const KDevelop::DocumentCursor& pos) |
| 1546 | : absoluteCursorPosition(pos) |
| 1547 | { |
| 1548 | } |
| 1549 | |
| 1550 | ContextBrowserPlugin::HistoryEntry::HistoryEntry(IndexedDUContext ctx, |
| 1551 | const KTextEditor::Cursor& cursorPosition) : context(ctx) |
nothing calls this directly
no test coverage detected