| 298 | } |
| 299 | |
| 300 | UBDocumentTreeNode *UBDocumentTreeNode::clone() |
| 301 | { |
| 302 | return new UBDocumentTreeNode(this->mType |
| 303 | , this->mName |
| 304 | , this->mDisplayName |
| 305 | , this->mProxy); |
| 306 | } |
| 307 | |
| 308 | QString UBDocumentTreeNode::dirPathInHierarchy() |
| 309 | { |
no outgoing calls
no test coverage detected