| 151 | } |
| 152 | |
| 153 | QSize KDChart::TextBubbleLayoutItem::sizeHint() const |
| 154 | { |
| 155 | const int border = borderWidth(); |
| 156 | return m_text->sizeHint() + QSize(2 * border, 2 * border); |
| 157 | } |
| 158 | |
| 159 | void KDChart::TextBubbleLayoutItem::setGeometry(const QRect &r) |
| 160 | { |
nothing calls this directly
no test coverage detected