MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / importFiles

Method importFiles

src/WizFileImporter.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void WizFileImporter::importFiles(const QStringList& strFiles, const QString& strTargetFolderLocation)
24{
25 WIZTAGDATA tag;
26 importFiles(strFiles, "", strTargetFolderLocation, tag);
27}
28
29void WizFileImporter::importFiles(const QStringList& strFiles, const QString& strKbGUID, const WIZTAGDATA& tag)
30{

Callers

nothing calls this directly

Calls 2

countMethod · 0.45

Tested by

no test coverage detected