| 181 | } |
| 182 | |
| 183 | int KDChart::TextBubbleLayoutItem::borderWidth() const |
| 184 | { |
| 185 | return 1; |
| 186 | } |
| 187 | |
| 188 | KDChart::TextLayoutItem::TextLayoutItem(const QString &text, |
| 189 | const KDChart::TextAttributes &attributes, |
nothing calls this directly
no outgoing calls
no test coverage detected