| 203 | } |
| 204 | |
| 205 | QString UBDocumentProxy::documentFolderName() const |
| 206 | { |
| 207 | return mPersistencePath.section('/', -1); |
| 208 | } |
| 209 | |
| 210 | void UBDocumentProxy::setPersistencePath(const QString& pPersistencePath) |
| 211 | { |
no outgoing calls
no test coverage detected