| 35 | QHash<QString, QString> VirtualFileSystem::_metaInfoDict; |
| 36 | |
| 37 | VirtualFileSystem::VirtualFileSystem() |
| 38 | { |
| 39 | if (_virtFilesystemDict.isEmpty()) { |
| 40 | restore(); |
| 41 | } |
| 42 | |
| 43 | _type = FS_VIRTUAL; |
| 44 | } |
| 45 | |
| 46 | void VirtualFileSystem::copyFiles(const QList<QUrl> &urls, |
| 47 | const QUrl &destination, |