* Define a default print trailer for all objects. */
| 189 | * Define a default print trailer for all objects. |
| 190 | */ |
| 191 | QDebug Object::PrintTrailer(QDebug os, Indent /*Indent*/) const |
| 192 | { |
| 193 | return os; |
| 194 | } |
| 195 | |
| 196 | // ============== Indent related implementations ============== |
| 197 |