| 391 | } |
| 392 | |
| 393 | void ContextBrowserPlugin::findUses() |
| 394 | { |
| 395 | showUses(cursorDeclaration()); |
| 396 | } |
| 397 | |
| 398 | ContextBrowserHintProvider::ContextBrowserHintProvider(ContextBrowserPlugin* plugin) |
| 399 | : m_plugin(plugin) |
nothing calls this directly
no test coverage detected