| 81 | } |
| 82 | |
| 83 | QModelIndex LldbFormattersTest::watchVariableIndexAt(int i, int col) |
| 84 | { |
| 85 | auto watchRoot = variableCollection()->indexForItem(variableCollection()->watches(), 0); |
| 86 | return variableCollection()->index(i, col, watchRoot); |
| 87 | } |
| 88 | |
| 89 | QModelIndex LldbFormattersTest::localVariableIndexAt(int i, int col) |
| 90 | { |
nothing calls this directly
no test coverage detected