| 261 | } |
| 262 | |
| 263 | bool ClangSupport::buddyOrder(const QUrl &url1, const QUrl& url2) |
| 264 | { |
| 265 | return DocumentFinderHelpers::buddyOrder(url1, url2); |
| 266 | } |
| 267 | |
| 268 | QVector<QUrl> ClangSupport::potentialBuddies(const QUrl& url) const |
| 269 | { |
nothing calls this directly
no test coverage detected