| 439 | } |
| 440 | |
| 441 | void mediaToContainer(const QDomElement &element) |
| 442 | { |
| 443 | QString path = element.attribute(aHref); |
| 444 | if (path.isNull()) { |
| 445 | return; |
| 446 | } |
| 447 | QString uid = strIdFrom(path); |
| 448 | if (uid.isNull()) { |
| 449 | return; |
| 450 | } |
| 451 | mDomIdsMap.insert(uid, path); |
| 452 | } |
| 453 | |
| 454 | void foreingObjectToContainer(const QDomElement &element) |
| 455 | { |