| 176 | } |
| 177 | |
| 178 | void DocumentChangeSet::setFormatPolicy(DocumentChangeSet::FormatPolicy policy) |
| 179 | { |
| 180 | Q_D(DocumentChangeSet); |
| 181 | |
| 182 | d->formatPolicy = policy; |
| 183 | } |
| 184 | |
| 185 | void DocumentChangeSet::setUpdateHandling(DocumentChangeSet::DUChainUpdateHandling policy) |
| 186 | { |
no outgoing calls