| 21 | } |
| 22 | |
| 23 | void WizFileImporter::importFiles(const QStringList& strFiles, const QString& strTargetFolderLocation) |
| 24 | { |
| 25 | WIZTAGDATA tag; |
| 26 | importFiles(strFiles, "", strTargetFolderLocation, tag); |
| 27 | } |
| 28 | |
| 29 | void WizFileImporter::importFiles(const QStringList& strFiles, const QString& strKbGUID, const WIZTAGDATA& tag) |
| 30 | { |
nothing calls this directly
no test coverage detected