MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / addPathList

Method addPathList

gui/filelist.cpp:82–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void FileList::addPathList(const QStringList &paths)
83{
84 for (const QString& path : paths) {
85 QFileInfo inf(path);
86 if (inf.isFile())
87 addFile(path);
88 else
89 addDirectory(path, true);
90 }
91}
92
93QStringList FileList::getFileList() const
94{

Callers 2

doAnalyzeFilesMethod · 0.45
reAnalyzeSelectedMethod · 0.45

Calls 1

isFileMethod · 0.45

Tested by

no test coverage detected