| 16 | |
| 17 | namespace KDevelop { |
| 18 | QString shortLabel(KDevelop::DUContext* context) |
| 19 | { |
| 20 | return QStringLiteral("q%1").arg(( quint64 )context); |
| 21 | } |
| 22 | |
| 23 | QString shortLabel(KDevelop::Declaration* declaration) |
| 24 | { |
no outgoing calls
no test coverage detected