| 136 | } |
| 137 | |
| 138 | void VariableToolTip::variableCreated(bool hasValue) |
| 139 | { |
| 140 | m_view->resizeColumns(); |
| 141 | if (hasValue) { |
| 142 | ActiveToolTip::showToolTip(this, 0.0); |
| 143 | } else { |
| 144 | close(); |
| 145 | } |
| 146 | } |
| 147 | |
| 148 | void VariableToolTip::slotLinkActivated(const QString& link) |
| 149 | { |
nothing calls this directly
no test coverage detected