| 258 | } |
| 259 | |
| 260 | QSize UBDocumentProxy::defaultDocumentSize() const |
| 261 | { |
| 262 | if (mMetaDatas.contains(UBSettings::documentSize)) |
| 263 | return metaData(UBSettings::documentSize).toSize(); |
| 264 | else |
| 265 | return UBSettings::settings()->pageSize->get().toSize(); |
| 266 | } |
| 267 | |
| 268 | void UBDocumentProxy::setDefaultDocumentSize(QSize pSize) |
| 269 | { |
no test coverage detected