| 116 | } |
| 117 | |
| 118 | QPixmap BackgroundAttributes::pixmap() const |
| 119 | { |
| 120 | return d->pixmap; |
| 121 | } |
| 122 | |
| 123 | #if !defined(QT_NO_DEBUG_STREAM) |
| 124 | QDebug operator<<(QDebug dbg, const KDChart::BackgroundAttributes &ba) |
no outgoing calls
no test coverage detected