| 21 | // QTextDocumentLayout not being a public class. |
| 22 | |
| 23 | KDTextDocument::KDTextDocument(QObject *p) |
| 24 | : QTextDocument(p) |
| 25 | , mSizeHint() |
| 26 | , mMinimumSizeHint() |
| 27 | { |
| 28 | } |
| 29 | |
| 30 | KDTextDocument::KDTextDocument(const QString &text, QObject *p) |
| 31 | : QTextDocument(text, p) |
nothing calls this directly
no outgoing calls
no test coverage detected