| 234 | } |
| 235 | |
| 236 | unsigned int |
| 237 | NodeGeometry:: |
| 238 | validationHeight() const |
| 239 | { |
| 240 | QString msg = _dataModel->validationMessage(); |
| 241 | return _boldFontMetrics.boundingRect(msg).height(); |
| 242 | } |
| 243 | |
| 244 | |
| 245 | unsigned int |
nothing calls this directly
no outgoing calls
no test coverage detected