| 242 | } |
| 243 | |
| 244 | void TextAttributes::setTextDocument(QTextDocument *document) |
| 245 | { |
| 246 | d->document = QSharedPointer<QTextDocument>(document); |
| 247 | } |
| 248 | |
| 249 | #if !defined(QT_NO_DEBUG_STREAM) |
| 250 | QDebug operator<<(QDebug dbg, const KDChart::TextAttributes &ta) |