| 83 | } |
| 84 | |
| 85 | void ToolTipPrivate::delayHideTip() |
| 86 | { |
| 87 | if (!hideDelayTimer.isActive()) |
| 88 | hideDelayTimer.start(300); |
| 89 | } |
| 90 | |
| 91 | bool ToolTipPrivate::acceptShow(const QVariant &content, TipLabel::ContentType type, const QPoint &pos, QWidget *w, const QRect &rect) |
| 92 | { |
no test coverage detected