| 311 | } |
| 312 | |
| 313 | void ActiveToolTip::setBoundingGeometry(const QRect& geometry) |
| 314 | { |
| 315 | Q_D(ActiveToolTip); |
| 316 | |
| 317 | d->rect_ = geometry; |
| 318 | d->rect_.adjust(-10, -10, 10, 10); |
| 319 | } |
| 320 | |
| 321 | void ActiveToolTip::showToolTip(ActiveToolTip* tooltip, float priority, const QString& uniqueId) |
| 322 | { |