| 243 | |
| 244 | |
| 245 | unsigned int |
| 246 | NodeGeometry:: |
| 247 | validationWidth() const |
| 248 | { |
| 249 | QString msg = _dataModel->validationMessage(); |
| 250 | return _boldFontMetrics.boundingRect(msg).width(); |
| 251 | } |
| 252 | |
| 253 | |
| 254 | QPointF |
nothing calls this directly
no outgoing calls
no test coverage detected