* @return the name of a field that must be present in the record argument of LldbVariable::handleRawUpdate() */
| 22 | * @return the name of a field that must be present in the record argument of LldbVariable::handleRawUpdate() |
| 23 | */ |
| 24 | [[nodiscard]] QString rawUpdateField() |
| 25 | { |
| 26 | return QStringLiteral("changelist"); |
| 27 | } |
| 28 | |
| 29 | } // unnamed namespace |
| 30 |
no outgoing calls
no test coverage detected