| 330 | } |
| 331 | |
| 332 | QString simplifiedTypeString(const AbstractType::Ptr& type, DUContext* visibilityFrom) |
| 333 | { |
| 334 | return shortenedTypeString(type, visibilityFrom, 100000); |
| 335 | } |
| 336 | |
| 337 | QString shortenedTypeString(const AbstractType::Ptr& type, DUContext* ctx, int desiredLength, const QualifiedIdentifier& stripPrefix) |
| 338 | { |
no test coverage detected