-----------------------------------------------------------------------------
| 530 | |
| 531 | //----------------------------------------------------------------------------- |
| 532 | void vvMainWindow::showHelpForProxy(const QString& groupname, const |
| 533 | QString& proxyname) |
| 534 | { |
| 535 | pqHelpReaction::showProxyHelp(groupname, proxyname); |
| 536 | } |
| 537 | |
| 538 | void vvMainWindow::handleMessage(const QString &, int type) |
| 539 | { |
nothing calls this directly
no outgoing calls
no test coverage detected