Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ setUndefines
Method
setUndefines
gui/projectfiledialog.cpp:798–801 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
796
}
797
798
void ProjectFileDialog::setUndefines(const QStringList &undefines)
799
{
800
mUI->mEditUndefines->setText(undefines.join(
";"
));
801
}
802
803
void ProjectFileDialog::setCheckPaths(const QStringList &paths)
804
{
Callers
1
saveToProjectFile
Method · 0.45
Calls
1
join
Method · 0.45
Tested by
no test coverage detected