| 64 | } |
| 65 | |
| 66 | QDebug Object::Print(QDebug os, Indent indent) const |
| 67 | { |
| 68 | os = this->PrintHeader(os, indent); |
| 69 | os = this->PrintSelf(os, indent.GetNextIndent()); |
| 70 | return this->PrintTrailer(os, indent); |
| 71 | } |
| 72 | |
| 73 | QString Object::ToString() const |
| 74 | { |